Html Css Color HEX #BB53DE Medium Orchid

📋 copy color: '#BB53DE'

red 187 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #BB53DE

Tints of Medium Orchid #BB53DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 38.01%
G = 16.87%
B = 45.12%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB53DE (or 0xBB53DE) is known color: Medium Orchid. HEX triplet: BB, 53 and DE. RGB value is (187,83,222). Sum of RGB (Red+Green+Blue) = 187+83+222=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53DE is #44AC21. Grayscale: #818181. Windows color (decimal): -4500514 or 14570427. OLE color: 14570427.

HSL color Cylindrical-coordinate representation of color #BB53DE: hue angle of 284.89º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB53DE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 83 222 -
CMYK 0.16 0.63 0 0.13
HSL 284.89º 0.68% 0.6% -
HSV(B) 284.89º 0.63% 0.87% -
XYZ 36.77 22.03 71.42 -
YUV 129.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 187 83 222 0.16 0.63 0 0.13 284.89 0.68 0.6
Hex BB 53 DE 10 3F 0 D 11D 44 3C
Octal 273 123 336 20 77 0 15 435 104 74
Binary 10111011 1010011 11011110 10000 111111 0 1101 100011101 1000100 111100

Color Harmonies of #BB53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53DE

Black with #BB53DE

Text Example


Text Example

White with #BB53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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