Html Css Color HEX #B754D8 Medium Orchid

📋 copy color: '#B754D8'

red 183 ◦ green 84 ◦ blue 216

#B754D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B754D8

Tints of Medium Orchid #B754D8

RGB

 RED value IS 183 (71.88% from 255) = 37.89%

 GREEN value IS 84 (33.2% from 255) = 17.39%

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 37.89%
G = 17.39%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B754D8 (or 0xB754D8) is known color: Medium Orchid. HEX triplet: B7, 54 and D8. RGB value is (183,84,216). Sum of RGB (Red+Green+Blue) = 183+84+216=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #B754D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754D8 is #48AB27. Grayscale: #808080. Windows color (decimal): -4762408 or 14177463. OLE color: 14177463.

HSL color Cylindrical-coordinate representation of color #B754D8: hue angle of 285º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B754D8 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 84 216 -
CMYK 0.15 0.61 0 0.15
HSL 285º 0.63% 0.59% -
HSV(B) 285º 0.61% 0.85% -
XYZ 35.09 21.37 67.24 -
YUV 128.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 183 84 216 0.15 0.61 0 0.15 285 0.63 0.59
Hex B7 54 D8 F 3D 0 F 11D 3F 3B
Octal 267 124 330 17 75 0 17 435 77 73
Binary 10110111 1010100 11011000 1111 111101 0 1111 100011101 111111 111011

Color Harmonies of #B754D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754D8

Black with #B754D8

Text Example


Text Example

White with #B754D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754D8; }

 p { color: rgb(183,84,216); }

 H1.HeaderClassName
 {
   color: #B754D8;
 }
 .AnyTagClassName
 {
   color: #B754D8;
 }
</style>

background-color css

<style>
 a { background-color: #B754D8; }

 a { background-color: rgb(183,84,216); }

 div.DivClassName
 {
   background-color: #B754D8;
 }
 .BgClassName
 {
   background-color: #B754D8;
 }
</style>

border-color css

<style>
 span { border-color: #B754D8; }

 span { border-color: rgb(183,84,216); }

 td.TdClassName
 {
   border-color: #B754D8;
 }
 .TagClassName
 {
   border-color: #B754D8;
 }
</style>