Html Css Color HEX #5200BC Purple Heart

📋 copy color: '#5200BC'

red 82 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #5200BC

Tints of Purple Heart #5200BC

RGB

 RED value IS 82 (32.42% from 255) = 30.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 30.37%
G = 0%
B = 69.63%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5200BC (or 0x5200BC) is known color: Purple Heart. HEX triplet: 52, 00 and BC. RGB value is (82,0,188). Sum of RGB (Red+Green+Blue) = 82+0+188=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #5200BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200BC is #ADFF43. Grayscale: #2D2D2D. Windows color (decimal): -11403076 or 12320850. OLE color: 12320850.

HSL color Cylindrical-coordinate representation of color #5200BC: hue angle of 266.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200BC is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 0 188 -
CMYK 0.56 1 0 0.26
HSL 266.17º 1% 0.37% -
HSV(B) 266.17º 1% 0.74% -
XYZ 12.56 5.42 47.96 -
YUV 45.95 208.17 153.71 -
System Red Green Blue C M Y K H S L
Decimal 82 0 188 0.56 1 0 0.26 266.17 1 0.37
Hex 52 0 BC 38 64 0 1A 10A 64 25
Octal 122 0 274 70 144 0 32 412 144 45
Binary 1010010 0 10111100 111000 1100100 0 11010 100001010 1100100 100101

Color Harmonies of #5200BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200BC

Black with #5200BC

Text Example


Text Example

White with #5200BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5200BC; }

 p { color: rgb(82,0,188); }

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

background-color css

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

 a { background-color: rgb(82,0,188); }

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

border-color css

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

 span { border-color: rgb(82,0,188); }

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