Html Css Color HEX #BB6FCB Medium Orchid

📋 copy color: '#BB6FCB'

red 187 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #BB6FCB

Tints of Medium Orchid #BB6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 37.33%
G = 22.16%
B = 40.52%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6FCB (or 0xBB6FCB) is known color: Medium Orchid. HEX triplet: BB, 6F and CB. RGB value is (187,111,203). Sum of RGB (Red+Green+Blue) = 187+111+203=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FCB is #449034. Grayscale: #8F8F8F. Windows color (decimal): -4493365 or 13332411. OLE color: 13332411.

HSL color Cylindrical-coordinate representation of color #BB6FCB: hue angle of 289.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6FCB is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 111 203 -
CMYK 0.08 0.45 0 0.20
HSL 289.57º 0.47% 0.62% -
HSV(B) 289.57º 0.45% 0.8% -
XYZ 36.96 26.25 59.62 -
YUV 144.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 187 111 203 0.08 0.45 0 0.20 289.57 0.47 0.62
Hex BB 6F CB 8 2D 0 14 122 2F 3E
Octal 273 157 313 10 55 0 24 442 57 76
Binary 10111011 1101111 11001011 1000 101101 0 10100 100100010 101111 111110

Color Harmonies of #BB6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FCB

Black with #BB6FCB

Text Example


Text Example

White with #BB6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FCB; }

 p { color: rgb(187,111,203); }

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

background-color css

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

 a { background-color: rgb(187,111,203); }

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

border-color css

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

 span { border-color: rgb(187,111,203); }

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