Html Css Color HEX #BB5BEE Medium Orchid

📋 copy color: '#BB5BEE'

red 187 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #BB5BEE

Tints of Medium Orchid #BB5BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 36.24%
G = 17.64%
B = 46.12%

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

#BB5BEE (or 0xBB5BEE) is known color: Medium Orchid. HEX triplet: BB, 5B and EE. RGB value is (187,91,238). Sum of RGB (Red+Green+Blue) = 187+91+238=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BEE is #44A411. Grayscale: #878787. Windows color (decimal): -4498450 or 15621051. OLE color: 15621051.

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

Color convert

RGB 187 91 238 -
CMYK 0.21 0.62 0 0.07
HSL 279.18º 0.81% 0.65% -
HSV(B) 279.18º 0.62% 0.93% -
XYZ 39.67 24.22 83.47 -
YUV 136.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 187 91 238 0.21 0.62 0 0.07 279.18 0.81 0.65
Hex BB 5B EE 15 3E 0 7 117 51 41
Octal 273 133 356 25 76 0 7 427 121 101
Binary 10111011 1011011 11101110 10101 111110 0 111 100010111 1010001 1000001

Color Harmonies of #BB5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BEE

Black with #BB5BEE

Text Example


Text Example

White with #BB5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BEE; }

 p { color: rgb(187,91,238); }

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

background-color css

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

 a { background-color: rgb(187,91,238); }

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

border-color css

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

 span { border-color: rgb(187,91,238); }

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