Html Css Color HEX #BB5EDC Medium Orchid

📋 copy color: '#BB5EDC'

red 187 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #BB5EDC

Tints of Medium Orchid #BB5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 37.33%
G = 18.76%
B = 43.91%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB5EDC (or 0xBB5EDC) is known color: Medium Orchid. HEX triplet: BB, 5E and DC. RGB value is (187,94,220). Sum of RGB (Red+Green+Blue) = 187+94+220=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EDC is #44A123. Grayscale: #878787. Windows color (decimal): -4497700 or 14442171. OLE color: 14442171.

HSL color Cylindrical-coordinate representation of color #BB5EDC: hue angle of 284.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5EDC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 94 220 -
CMYK 0.15 0.57 0 0.14
HSL 284.29º 0.64% 0.62% -
HSV(B) 284.29º 0.57% 0.86% -
XYZ 37.41 23.74 70.32 -
YUV 136.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 187 94 220 0.15 0.57 0 0.14 284.29 0.64 0.62
Hex BB 5E DC F 39 0 E 11C 40 3E
Octal 273 136 334 17 71 0 16 434 100 76
Binary 10111011 1011110 11011100 1111 111001 0 1110 100011100 1000000 111110

Color Harmonies of #BB5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EDC

Black with #BB5EDC

Text Example


Text Example

White with #BB5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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