Html Css Color HEX #BB5EED Medium Orchid

📋 copy color: '#BB5EED'

red 187 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #BB5EED

Tints of Medium Orchid #BB5EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 36.1%
G = 18.15%
B = 45.75%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB5EED (or 0xBB5EED) is known color: Medium Orchid. HEX triplet: BB, 5E and ED. RGB value is (187,94,237). Sum of RGB (Red+Green+Blue) = 187+94+237=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EED is #44A112. Grayscale: #898989. Windows color (decimal): -4497683 or 15556283. OLE color: 15556283.

HSL color Cylindrical-coordinate representation of color #BB5EED: hue angle of 279.02º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5EED is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 94 237 -
CMYK 0.21 0.60 0 0.07
HSL 279.02º 0.8% 0.65% -
HSV(B) 279.02º 0.6% 0.93% -
XYZ 39.78 24.68 82.79 -
YUV 138.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 187 94 237 0.21 0.60 0 0.07 279.02 0.8 0.65
Hex BB 5E ED 15 3C 0 7 117 50 41
Octal 273 136 355 25 74 0 7 427 120 101
Binary 10111011 1011110 11101101 10101 111100 0 111 100010111 1010000 1000001

Color Harmonies of #BB5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EED

Black with #BB5EED

Text Example


Text Example

White with #BB5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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