Html Css Color HEX #BB5AE2 Medium Orchid

📋 copy color: '#BB5AE2'

red 187 ◦ green 90 ◦ blue 226

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

Shades of Medium Orchid #BB5AE2

Tints of Medium Orchid #BB5AE2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 37.18%
G = 17.89%
B = 44.93%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB5AE2 (or 0xBB5AE2) is known color: Medium Orchid. HEX triplet: BB, 5A and E2. RGB value is (187,90,226). Sum of RGB (Red+Green+Blue) = 187+90+226=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB5AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AE2 is #44A51D. Grayscale: #868686. Windows color (decimal): -4498718 or 14834363. OLE color: 14834363.

HSL color Cylindrical-coordinate representation of color #BB5AE2: hue angle of 282.79º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5AE2 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 90 226 -
CMYK 0.17 0.60 0 0.11
HSL 282.79º 0.7% 0.62% -
HSV(B) 282.79º 0.6% 0.89% -
XYZ 37.88 23.37 74.47 -
YUV 134.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 187 90 226 0.17 0.60 0 0.11 282.79 0.7 0.62
Hex BB 5A E2 11 3C 0 B 11B 46 3E
Octal 273 132 342 21 74 0 13 433 106 76
Binary 10111011 1011010 11100010 10001 111100 0 1011 100011011 1000110 111110

Color Harmonies of #BB5AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AE2

Black with #BB5AE2

Text Example


Text Example

White with #BB5AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AE2; }

 p { color: rgb(187,90,226); }

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

background-color css

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

 a { background-color: rgb(187,90,226); }

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

border-color css

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

 span { border-color: rgb(187,90,226); }

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