Html Css Color HEX #BB6DE8 Medium Orchid

📋 copy color: '#BB6DE8'

red 187 ◦ green 109 ◦ blue 232

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

Shades of Medium Orchid #BB6DE8

Tints of Medium Orchid #BB6DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.94%

R = 35.42%
G = 20.64%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB6DE8 (or 0xBB6DE8) is known color: Medium Orchid. HEX triplet: BB, 6D and E8. RGB value is (187,109,232). Sum of RGB (Red+Green+Blue) = 187+109+232=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB6DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DE8 is #449217. Grayscale: #919191. Windows color (decimal): -4493848 or 15232443. OLE color: 15232443.

HSL color Cylindrical-coordinate representation of color #BB6DE8: hue angle of 278.05º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6DE8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 109 232 -
CMYK 0.19 0.53 0 0.09
HSL 278.05º 0.73% 0.67% -
HSV(B) 278.05º 0.53% 0.91% -
XYZ 40.53 27.33 79.48 -
YUV 146.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 187 109 232 0.19 0.53 0 0.09 278.05 0.73 0.67
Hex BB 6D E8 13 35 0 9 116 49 43
Octal 273 155 350 23 65 0 11 426 111 103
Binary 10111011 1101101 11101000 10011 110101 0 1001 100010110 1001001 1000011

Color Harmonies of #BB6DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DE8

Black with #BB6DE8

Text Example


Text Example

White with #BB6DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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