Html Css Color HEX #BB6ADC Medium Orchid

📋 copy color: '#BB6ADC'

red 187 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #BB6ADC

Tints of Medium Orchid #BB6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 36.45%
G = 20.66%
B = 42.88%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB6ADC (or 0xBB6ADC) is known color: Medium Orchid. HEX triplet: BB, 6A and DC. RGB value is (187,106,220). Sum of RGB (Red+Green+Blue) = 187+106+220=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ADC is #449523. Grayscale: #8E8E8E. Windows color (decimal): -4494628 or 14445243. OLE color: 14445243.

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

Color convert

RGB 187 106 220 -
CMYK 0.15 0.52 0 0.14
HSL 282.63º 0.62% 0.64% -
HSV(B) 282.63º 0.52% 0.86% -
XYZ 38.57 26.04 70.7 -
YUV 143.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 187 106 220 0.15 0.52 0 0.14 282.63 0.62 0.64
Hex BB 6A DC F 34 0 E 11B 3E 40
Octal 273 152 334 17 64 0 16 433 76 100
Binary 10111011 1101010 11011100 1111 110100 0 1110 100011011 111110 1000000

Color Harmonies of #BB6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ADC

Black with #BB6ADC

Text Example


Text Example

White with #BB6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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