Html Css Color HEX #BB71CE Medium Orchid

📋 copy color: '#BB71CE'

red 187 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #BB71CE

Tints of Medium Orchid #BB71CE

RGB

 RED value IS 187 (73.44% from 255) = 36.96%

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 36.96%
G = 22.33%
B = 40.71%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB71CE (or 0xBB71CE) is known color: Medium Orchid. HEX triplet: BB, 71 and CE. RGB value is (187,113,206). Sum of RGB (Red+Green+Blue) = 187+113+206=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71CE is #448E31. Grayscale: #919191. Windows color (decimal): -4492850 or 13529531. OLE color: 13529531.

HSL color Cylindrical-coordinate representation of color #BB71CE: hue angle of 287.74º 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 #BB71CE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 113 206 -
CMYK 0.09 0.45 0 0.19
HSL 287.74º 0.49% 0.63% -
HSV(B) 287.74º 0.45% 0.81% -
XYZ 37.54 26.83 61.59 -
YUV 145.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 187 113 206 0.09 0.45 0 0.19 287.74 0.49 0.63
Hex BB 71 CE 9 2D 0 13 120 31 3F
Octal 273 161 316 11 55 0 23 440 61 77
Binary 10111011 1110001 11001110 1001 101101 0 10011 100100000 110001 111111

Color Harmonies of #BB71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71CE

Black with #BB71CE

Text Example


Text Example

White with #BB71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71CE; }

 p { color: rgb(187,113,206); }

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

background-color css

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

 a { background-color: rgb(187,113,206); }

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

border-color css

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

 span { border-color: rgb(187,113,206); }

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