Html Css Color HEX #BB5DE8 Medium Orchid

📋 copy color: '#BB5DE8'

red 187 ◦ green 93 ◦ blue 232

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

Shades of Medium Orchid #BB5DE8

Tints of Medium Orchid #BB5DE8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.16%

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

R = 36.52%
G = 18.16%
B = 45.31%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB5DE8 (or 0xBB5DE8) is known color: Medium Orchid. HEX triplet: BB, 5D and E8. RGB value is (187,93,232). Sum of RGB (Red+Green+Blue) = 187+93+232=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB5DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DE8 is #44A217. Grayscale: #888888. Windows color (decimal): -4497944 or 15228347. OLE color: 15228347.

HSL color Cylindrical-coordinate representation of color #BB5DE8: hue angle of 280.58º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5DE8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 93 232 -
CMYK 0.19 0.60 0 0.09
HSL 280.58º 0.75% 0.64% -
HSV(B) 280.58º 0.6% 0.91% -
XYZ 38.97 24.22 78.96 -
YUV 136.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 187 93 232 0.19 0.60 0 0.09 280.58 0.75 0.64
Hex BB 5D E8 13 3C 0 9 119 4B 40
Octal 273 135 350 23 74 0 11 431 113 100
Binary 10111011 1011101 11101000 10011 111100 0 1001 100011001 1001011 1000000

Color Harmonies of #BB5DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DE8

Black with #BB5DE8

Text Example


Text Example

White with #BB5DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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