Html Css Color HEX #BB53EE Medium Orchid

📋 copy color: '#BB53EE'

red 187 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #BB53EE

Tints of Medium Orchid #BB53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

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

R = 36.81%
G = 16.34%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB53EE (or 0xBB53EE) is known color: Medium Orchid. HEX triplet: BB, 53 and EE. RGB value is (187,83,238). Sum of RGB (Red+Green+Blue) = 187+83+238=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53EE is #44AC11. Grayscale: #838383. Windows color (decimal): -4500498 or 15619003. OLE color: 15619003.

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

Color convert

RGB 187 83 238 -
CMYK 0.21 0.65 0 0.07
HSL 280.26º 0.82% 0.63% -
HSV(B) 280.26º 0.65% 0.93% -
XYZ 39.02 22.92 83.26 -
YUV 131.77 187.96 167.4 -
System Red Green Blue C M Y K H S L
Decimal 187 83 238 0.21 0.65 0 0.07 280.26 0.82 0.63
Hex BB 53 EE 15 41 0 7 118 52 3F
Octal 273 123 356 25 101 0 7 430 122 77
Binary 10111011 1010011 11101110 10101 1000001 0 111 100011000 1010010 111111

Color Harmonies of #BB53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53EE

Black with #BB53EE

Text Example


Text Example

White with #BB53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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