Html Css Color HEX #BB5AEB Medium Orchid

📋 copy color: '#BB5AEB'

red 187 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #BB5AEB

Tints of Medium Orchid #BB5AEB

RGB

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

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

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

R = 36.52%
G = 17.58%
B = 45.9%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB5AEB (or 0xBB5AEB) is known color: Medium Orchid. HEX triplet: BB, 5A and EB. RGB value is (187,90,235). Sum of RGB (Red+Green+Blue) = 187+90+235=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AEB is #44A514. Grayscale: #878787. Windows color (decimal): -4498709 or 15424187. OLE color: 15424187.

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

Color convert

RGB 187 90 235 -
CMYK 0.20 0.62 0 0.08
HSL 280.14º 0.78% 0.64% -
HSV(B) 280.14º 0.62% 0.92% -
XYZ 39.15 23.88 81.14 -
YUV 135.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 187 90 235 0.20 0.62 0 0.08 280.14 0.78 0.64
Hex BB 5A EB 14 3E 0 8 118 4E 40
Octal 273 132 353 24 76 0 10 430 116 100
Binary 10111011 1011010 11101011 10100 111110 0 1000 100011000 1001110 1000000

Color Harmonies of #BB5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AEB

Black with #BB5AEB

Text Example


Text Example

White with #BB5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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