Html Css Color HEX #BB6BDD Medium Orchid

📋 copy color: '#BB6BDD'

red 187 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #BB6BDD

Tints of Medium Orchid #BB6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 36.31%
G = 20.78%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6BDD (or 0xBB6BDD) is known color: Medium Orchid. HEX triplet: BB, 6B and DD. RGB value is (187,107,221). Sum of RGB (Red+Green+Blue) = 187+107+221=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BDD is #449422. Grayscale: #8F8F8F. Windows color (decimal): -4494371 or 14511035. OLE color: 14511035.

HSL color Cylindrical-coordinate representation of color #BB6BDD: hue angle of 282.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6BDD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 107 221 -
CMYK 0.15 0.52 0 0.13
HSL 282.11º 0.63% 0.64% -
HSV(B) 282.11º 0.52% 0.87% -
XYZ 38.8 26.3 71.44 -
YUV 143.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 187 107 221 0.15 0.52 0 0.13 282.11 0.63 0.64
Hex BB 6B DD F 34 0 D 11A 3F 40
Octal 273 153 335 17 64 0 15 432 77 100
Binary 10111011 1101011 11011101 1111 110100 0 1101 100011010 111111 1000000

Color Harmonies of #BB6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BDD

Black with #BB6BDD

Text Example


Text Example

White with #BB6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BDD; }

 p { color: rgb(187,107,221); }

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

background-color css

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

 a { background-color: rgb(187,107,221); }

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

border-color css

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

 span { border-color: rgb(187,107,221); }

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