Html Css Color HEX #B873CC Medium Orchid

📋 copy color: '#B873CC'

red 184 ◦ green 115 ◦ blue 204

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

Shades of Medium Orchid #B873CC

Tints of Medium Orchid #B873CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.86%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 36.58%
G = 22.86%
B = 40.56%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B873CC (or 0xB873CC) is known color: Medium Orchid. HEX triplet: B8, 73 and CC. RGB value is (184,115,204). Sum of RGB (Red+Green+Blue) = 184+115+204=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B873CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CC is #478C33. Grayscale: #919191. Windows color (decimal): -4688948 or 13398968. OLE color: 13398968.

HSL color Cylindrical-coordinate representation of color #B873CC: hue angle of 286.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B873CC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 115 204 -
CMYK 0.10 0.44 0 0.2
HSL 286.52º 0.47% 0.63% -
HSV(B) 286.52º 0.44% 0.8% -
XYZ 36.8 26.81 60.36 -
YUV 145.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 184 115 204 0.10 0.44 0 0.2 286.52 0.47 0.63
Hex B8 73 CC A 2C 0 14 11F 2F 3F
Octal 270 163 314 12 54 0 24 437 57 77
Binary 10111000 1110011 11001100 1010 101100 0 10100 100011111 101111 111111

Color Harmonies of #B873CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873CC

Black with #B873CC

Text Example


Text Example

White with #B873CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873CC; }

 p { color: rgb(184,115,204); }

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

background-color css

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

 a { background-color: rgb(184,115,204); }

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

border-color css

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

 span { border-color: rgb(184,115,204); }

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