Html Css Color HEX #B873CF Medium Orchid

📋 copy color: '#B873CF'

red 184 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #B873CF

Tints of Medium Orchid #B873CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B873CF (or 0xB873CF) is known color: Medium Orchid. HEX triplet: B8, 73 and CF. RGB value is (184,115,207). Sum of RGB (Red+Green+Blue) = 184+115+207=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B873CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CF is #478C30. Grayscale: #919191. Windows color (decimal): -4688945 or 13595576. OLE color: 13595576.

HSL color Cylindrical-coordinate representation of color #B873CF: hue angle of 285º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B873CF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 115 207 -
CMYK 0.11 0.44 0 0.19
HSL 285º 0.49% 0.63% -
HSV(B) 285º 0.44% 0.81% -
XYZ 37.16 26.96 62.28 -
YUV 146.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 184 115 207 0.11 0.44 0 0.19 285 0.49 0.63
Hex B8 73 CF B 2C 0 13 11D 31 3F
Octal 270 163 317 13 54 0 23 435 61 77
Binary 10111000 1110011 11001111 1011 101100 0 10011 100011101 110001 111111

Color Harmonies of #B873CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873CF

Black with #B873CF

Text Example


Text Example

White with #B873CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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