Html Css Color HEX #B871CF Medium Orchid

📋 copy color: '#B871CF'

red 184 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #B871CF

Tints of Medium Orchid #B871CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

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

R = 36.51%
G = 22.42%
B = 41.07%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B871CF (or 0xB871CF) is known color: Medium Orchid. HEX triplet: B8, 71 and CF. RGB value is (184,113,207). Sum of RGB (Red+Green+Blue) = 184+113+207=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B871CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CF is #478E30. Grayscale: #909090. Windows color (decimal): -4689457 or 13595064. OLE color: 13595064.

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

Color convert

RGB 184 113 207 -
CMYK 0.11 0.45 0 0.19
HSL 285.32º 0.49% 0.63% -
HSV(B) 285.32º 0.45% 0.81% -
XYZ 36.93 26.51 62.2 -
YUV 144.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 184 113 207 0.11 0.45 0 0.19 285.32 0.49 0.63
Hex B8 71 CF B 2D 0 13 11D 31 3F
Octal 270 161 317 13 55 0 23 435 61 77
Binary 10111000 1110001 11001111 1011 101101 0 10011 100011101 110001 111111

Color Harmonies of #B871CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CF

Black with #B871CF

Text Example


Text Example

White with #B871CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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