Html Css Color HEX #BB5EEB Medium Orchid

📋 copy color: '#BB5EEB'

red 187 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #BB5EEB

Tints of Medium Orchid #BB5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.22%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 36.24%
G = 18.22%
B = 45.54%

CMYK

 C value IS 0.20

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB5EEB (or 0xBB5EEB) is known color: Medium Orchid. HEX triplet: BB, 5E and EB. RGB value is (187,94,235). Sum of RGB (Red+Green+Blue) = 187+94+235=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EEB is #44A114. Grayscale: #898989. Windows color (decimal): -4497685 or 15425211. OLE color: 15425211.

HSL color Cylindrical-coordinate representation of color #BB5EEB: hue angle of 279.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5EEB is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 94 235 -
CMYK 0.20 0.6 0 0.08
HSL 279.57º 0.78% 0.65% -
HSV(B) 279.57º 0.6% 0.92% -
XYZ 39.49 24.57 81.26 -
YUV 137.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 187 94 235 0.20 0.6 0 0.08 279.57 0.78 0.65
Hex BB 5E EB 14 3C 0 8 118 4E 41
Octal 273 136 353 24 74 0 10 430 116 101
Binary 10111011 1011110 11101011 10100 111100 0 1000 100011000 1001110 1000001

Color Harmonies of #BB5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EEB

Black with #BB5EEB

Text Example


Text Example

White with #BB5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EEB; }

 p { color: rgb(187,94,235); }

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

background-color css

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

 a { background-color: rgb(187,94,235); }

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

border-color css

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

 span { border-color: rgb(187,94,235); }

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