Html Css Color HEX #BB6DCB Medium Orchid

📋 copy color: '#BB6DCB'

red 187 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #BB6DCB

Tints of Medium Orchid #BB6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.84%

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

R = 37.47%
G = 21.84%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6DCB (or 0xBB6DCB) is known color: Medium Orchid. HEX triplet: BB, 6D and CB. RGB value is (187,109,203). Sum of RGB (Red+Green+Blue) = 187+109+203=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DCB is #449234. Grayscale: #8E8E8E. Windows color (decimal): -4493877 or 13331899. OLE color: 13331899.

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

Color convert

RGB 187 109 203 -
CMYK 0.08 0.46 0 0.20
HSL 289.79º 0.47% 0.61% -
HSV(B) 289.79º 0.46% 0.8% -
XYZ 36.74 25.81 59.55 -
YUV 143.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 187 109 203 0.08 0.46 0 0.20 289.79 0.47 0.61
Hex BB 6D CB 8 2E 0 14 122 2F 3D
Octal 273 155 313 10 56 0 24 442 57 75
Binary 10111011 1101101 11001011 1000 101110 0 10100 100100010 101111 111101

Color Harmonies of #BB6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DCB

Black with #BB6DCB

Text Example


Text Example

White with #BB6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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