Html Css Color HEX #B874CB Medium Orchid

📋 copy color: '#B874CB'

red 184 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #B874CB

Tints of Medium Orchid #B874CB

RGB

 RED value IS 184 (72.27% from 255) = 36.58%

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 36.58%
G = 23.06%
B = 40.36%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B874CB (or 0xB874CB) is known color: Medium Orchid. HEX triplet: B8, 74 and CB. RGB value is (184,116,203). Sum of RGB (Red+Green+Blue) = 184+116+203=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #B874CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874CB is #478B34. Grayscale: #919191. Windows color (decimal): -4688693 or 13333688. OLE color: 13333688.

HSL color Cylindrical-coordinate representation of color #B874CB: hue angle of 286.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B874CB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 116 203 -
CMYK 0.09 0.43 0 0.20
HSL 286.9º 0.46% 0.63% -
HSV(B) 286.9º 0.43% 0.8% -
XYZ 36.79 26.99 59.77 -
YUV 146.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 184 116 203 0.09 0.43 0 0.20 286.9 0.46 0.63
Hex B8 74 CB 9 2B 0 14 11F 2E 3F
Octal 270 164 313 11 53 0 24 437 56 77
Binary 10111000 1110100 11001011 1001 101011 0 10100 100011111 101110 111111

Color Harmonies of #B874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874CB

Black with #B874CB

Text Example


Text Example

White with #B874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874CB; }

 p { color: rgb(184,116,203); }

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

background-color css

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

 a { background-color: rgb(184,116,203); }

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

border-color css

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

 span { border-color: rgb(184,116,203); }

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