Html Css Color HEX #BB5DEC Medium Orchid

📋 copy color: '#BB5DEC'

red 187 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #BB5DEC

Tints of Medium Orchid #BB5DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 36.24%
G = 18.02%
B = 45.74%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB5DEC (or 0xBB5DEC) is known color: Medium Orchid. HEX triplet: BB, 5D and EC. RGB value is (187,93,236). Sum of RGB (Red+Green+Blue) = 187+93+236=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DEC is #44A213. Grayscale: #888888. Windows color (decimal): -4497940 or 15490491. OLE color: 15490491.

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

Color convert

RGB 187 93 236 -
CMYK 0.21 0.61 0 0.07
HSL 279.44º 0.79% 0.65% -
HSV(B) 279.44º 0.61% 0.93% -
XYZ 39.55 24.45 81.99 -
YUV 137.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 187 93 236 0.21 0.61 0 0.07 279.44 0.79 0.65
Hex BB 5D EC 15 3D 0 7 117 4F 41
Octal 273 135 354 25 75 0 7 427 117 101
Binary 10111011 1011101 11101100 10101 111101 0 111 100010111 1001111 1000001

Color Harmonies of #BB5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DEC

Black with #BB5DEC

Text Example


Text Example

White with #BB5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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