Html Css Color HEX #BB6DE6 Medium Orchid

📋 copy color: '#BB6DE6'

red 187 ◦ green 109 ◦ blue 230

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

Shades of Medium Orchid #BB6DE6

Tints of Medium Orchid #BB6DE6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 35.55%
G = 20.72%
B = 43.73%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB6DE6 (or 0xBB6DE6) is known color: Medium Orchid. HEX triplet: BB, 6D and E6. RGB value is (187,109,230). Sum of RGB (Red+Green+Blue) = 187+109+230=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB6DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DE6 is #449219. Grayscale: #919191. Windows color (decimal): -4493850 or 15101371. OLE color: 15101371.

HSL color Cylindrical-coordinate representation of color #BB6DE6: hue angle of 278.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6DE6 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 109 230 -
CMYK 0.19 0.53 0 0.10
HSL 278.68º 0.71% 0.66% -
HSV(B) 278.68º 0.53% 0.9% -
XYZ 40.25 27.22 77.99 -
YUV 146.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 187 109 230 0.19 0.53 0 0.10 278.68 0.71 0.66
Hex BB 6D E6 13 35 0 A 117 47 42
Octal 273 155 346 23 65 0 12 427 107 102
Binary 10111011 1101101 11100110 10011 110101 0 1010 100010111 1000111 1000010

Color Harmonies of #BB6DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DE6

Black with #BB6DE6

Text Example


Text Example

White with #BB6DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DE6; }

 p { color: rgb(187,109,230); }

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

background-color css

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

 a { background-color: rgb(187,109,230); }

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

border-color css

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

 span { border-color: rgb(187,109,230); }

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