Html Css Color HEX #BB53F6 Medium Orchid

📋 copy color: '#BB53F6'

red 187 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #BB53F6

Tints of Medium Orchid #BB53F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 36.24%
G = 16.09%
B = 47.67%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB53F6 (or 0xBB53F6) is known color: Medium Orchid. HEX triplet: BB, 53 and F6. RGB value is (187,83,246). Sum of RGB (Red+Green+Blue) = 187+83+246=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB53F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB53F6 is #44AC09. Grayscale: #848484. Windows color (decimal): -4500490 or 16143291. OLE color: 16143291.

HSL color Cylindrical-coordinate representation of color #BB53F6: hue angle of 278.28º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB53F6 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 83 246 -
CMYK 0.24 0.66 0 0.04
HSL 278.28º 0.9% 0.65% -
HSV(B) 278.28º 0.66% 0.96% -
XYZ 40.22 23.41 89.59 -
YUV 132.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 187 83 246 0.24 0.66 0 0.04 278.28 0.9 0.65
Hex BB 53 F6 18 42 0 4 116 5A 41
Octal 273 123 366 30 102 0 4 426 132 101
Binary 10111011 1010011 11110110 11000 1000010 0 100 100010110 1011010 1000001

Color Harmonies of #BB53F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53F6

Black with #BB53F6

Text Example


Text Example

White with #BB53F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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