Html Css Color HEX #BB5AEC Medium Orchid

📋 copy color: '#BB5AEC'

red 187 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #BB5AEC

Tints of Medium Orchid #BB5AEC

RGB

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

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

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

R = 36.45%
G = 17.54%
B = 46%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB5AEC (or 0xBB5AEC) is known color: Medium Orchid. HEX triplet: BB, 5A and EC. RGB value is (187,90,236). Sum of RGB (Red+Green+Blue) = 187+90+236=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB5AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AEC is #44A513. Grayscale: #878787. Windows color (decimal): -4498708 or 15489723. OLE color: 15489723.

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

Color convert

RGB 187 90 236 -
CMYK 0.21 0.62 0 0.07
HSL 279.86º 0.79% 0.64% -
HSV(B) 279.86º 0.62% 0.93% -
XYZ 39.29 23.93 81.91 -
YUV 135.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 187 90 236 0.21 0.62 0 0.07 279.86 0.79 0.64
Hex BB 5A EC 15 3E 0 7 118 4F 40
Octal 273 132 354 25 76 0 7 430 117 100
Binary 10111011 1011010 11101100 10101 111110 0 111 100011000 1001111 1000000

Color Harmonies of #BB5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AEC

Black with #BB5AEC

Text Example


Text Example

White with #BB5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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