Html Css Color HEX #BB6AD6 Medium Orchid

📋 copy color: '#BB6AD6'

red 187 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #BB6AD6

Tints of Medium Orchid #BB6AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 36.88%
G = 20.91%
B = 42.21%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB6AD6 (or 0xBB6AD6) is known color: Medium Orchid. HEX triplet: BB, 6A and D6. RGB value is (187,106,214). Sum of RGB (Red+Green+Blue) = 187+106+214=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AD6 is #449529. Grayscale: #8E8E8E. Windows color (decimal): -4494634 or 14052027. OLE color: 14052027.

HSL color Cylindrical-coordinate representation of color #BB6AD6: hue angle of 285º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6AD6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 106 214 -
CMYK 0.13 0.50 0 0.16
HSL 285º 0.57% 0.63% -
HSV(B) 285º 0.5% 0.84% -
XYZ 37.79 25.73 66.59 -
YUV 142.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 187 106 214 0.13 0.50 0 0.16 285 0.57 0.63
Hex BB 6A D6 D 32 0 10 11D 39 3F
Octal 273 152 326 15 62 0 20 435 71 77
Binary 10111011 1101010 11010110 1101 110010 0 10000 100011101 111001 111111

Color Harmonies of #BB6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AD6

Black with #BB6AD6

Text Example


Text Example

White with #BB6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AD6; }

 p { color: rgb(187,106,214); }

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

background-color css

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

 a { background-color: rgb(187,106,214); }

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

border-color css

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

 span { border-color: rgb(187,106,214); }

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