Html Css Color HEX #BB6ADE Medium Orchid

📋 copy color: '#BB6ADE'

red 187 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #BB6ADE

Tints of Medium Orchid #BB6ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 36.31%
G = 20.58%
B = 43.11%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6ADE (or 0xBB6ADE) is known color: Medium Orchid. HEX triplet: BB, 6A and DE. RGB value is (187,106,222). Sum of RGB (Red+Green+Blue) = 187+106+222=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ADE is #449521. Grayscale: #8F8F8F. Windows color (decimal): -4494626 or 14576315. OLE color: 14576315.

HSL color Cylindrical-coordinate representation of color #BB6ADE: hue angle of 281.9º degrees, saturation: 0.64, 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 #BB6ADE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 106 222 -
CMYK 0.16 0.52 0 0.13
HSL 281.9º 0.64% 0.64% -
HSV(B) 281.9º 0.52% 0.87% -
XYZ 38.83 26.15 72.11 -
YUV 143.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 187 106 222 0.16 0.52 0 0.13 281.9 0.64 0.64
Hex BB 6A DE 10 34 0 D 11A 40 40
Octal 273 152 336 20 64 0 15 432 100 100
Binary 10111011 1101010 11011110 10000 110100 0 1101 100011010 1000000 1000000

Color Harmonies of #BB6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ADE

Black with #BB6ADE

Text Example


Text Example

White with #BB6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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