Html Css Color HEX #BB6AD2 Medium Orchid

📋 copy color: '#BB6AD2'

red 187 ◦ green 106 ◦ blue 210

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

Shades of Medium Orchid #BB6AD2

Tints of Medium Orchid #BB6AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.75%

R = 37.18%
G = 21.07%
B = 41.75%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB6AD2 (or 0xBB6AD2) is known color: Medium Orchid. HEX triplet: BB, 6A and D2. RGB value is (187,106,210). Sum of RGB (Red+Green+Blue) = 187+106+210=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AD2 is #44952D. Grayscale: #8D8D8D. Windows color (decimal): -4494638 or 13789883. OLE color: 13789883.

HSL color Cylindrical-coordinate representation of color #BB6AD2: hue angle of 286.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6AD2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 106 210 -
CMYK 0.11 0.50 0 0.18
HSL 286.73º 0.54% 0.62% -
HSV(B) 286.73º 0.5% 0.82% -
XYZ 37.28 25.53 63.93 -
YUV 142.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 187 106 210 0.11 0.50 0 0.18 286.73 0.54 0.62
Hex BB 6A D2 B 32 0 12 11F 36 3E
Octal 273 152 322 13 62 0 22 437 66 76
Binary 10111011 1101010 11010010 1011 110010 0 10010 100011111 110110 111110

Color Harmonies of #BB6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AD2

Black with #BB6AD2

Text Example


Text Example

White with #BB6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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