Html Css Color HEX #BB6AD5 Medium Orchid

📋 copy color: '#BB6AD5'

red 187 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #BB6AD5

Tints of Medium Orchid #BB6AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 36.96%
G = 20.95%
B = 42.09%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB6AD5 (or 0xBB6AD5) is known color: Medium Orchid. HEX triplet: BB, 6A and D5. RGB value is (187,106,213). Sum of RGB (Red+Green+Blue) = 187+106+213=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AD5 is #44952A. Grayscale: #8E8E8E. Windows color (decimal): -4494635 or 13986491. OLE color: 13986491.

HSL color Cylindrical-coordinate representation of color #BB6AD5: hue angle of 285.42º degrees, saturation: 0.56, 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 #BB6AD5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 106 213 -
CMYK 0.12 0.50 0 0.16
HSL 285.42º 0.56% 0.63% -
HSV(B) 285.42º 0.5% 0.84% -
XYZ 37.66 25.68 65.92 -
YUV 142.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 187 106 213 0.12 0.50 0 0.16 285.42 0.56 0.63
Hex BB 6A D5 C 32 0 10 11D 38 3F
Octal 273 152 325 14 62 0 20 435 70 77
Binary 10111011 1101010 11010101 1100 110010 0 10000 100011101 111000 111111

Color Harmonies of #BB6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AD5

Black with #BB6AD5

Text Example


Text Example

White with #BB6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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