Html Css Color HEX #BB5DE9 Medium Orchid

📋 copy color: '#BB5DE9'

red 187 ◦ green 93 ◦ blue 233

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

Shades of Medium Orchid #BB5DE9

Tints of Medium Orchid #BB5DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 36.45%
G = 18.13%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB5DE9 (or 0xBB5DE9) is known color: Medium Orchid. HEX triplet: BB, 5D and E9. RGB value is (187,93,233). Sum of RGB (Red+Green+Blue) = 187+93+233=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB5DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DE9 is #44A216. Grayscale: #888888. Windows color (decimal): -4497943 or 15293883. OLE color: 15293883.

HSL color Cylindrical-coordinate representation of color #BB5DE9: hue angle of 280.29º degrees, saturation: 0.76, 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 #BB5DE9 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 93 233 -
CMYK 0.20 0.60 0 0.09
HSL 280.29º 0.76% 0.64% -
HSV(B) 280.29º 0.6% 0.91% -
XYZ 39.12 24.28 79.72 -
YUV 137.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 187 93 233 0.20 0.60 0 0.09 280.29 0.76 0.64
Hex BB 5D E9 14 3C 0 9 118 4C 40
Octal 273 135 351 24 74 0 11 430 114 100
Binary 10111011 1011101 11101001 10100 111100 0 1001 100011000 1001100 1000000

Color Harmonies of #BB5DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DE9

Black with #BB5DE9

Text Example


Text Example

White with #BB5DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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