Html Css Color HEX #B052D6 Medium Orchid

📋 copy color: '#B052D6'

red 176 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #B052D6

Tints of Medium Orchid #B052D6

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 82 (32.42% from 255) = 17.37%

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 37.29%
G = 17.37%
B = 45.34%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B052D6 (or 0xB052D6) is known color: Medium Orchid. HEX triplet: B0, 52 and D6. RGB value is (176,82,214). Sum of RGB (Red+Green+Blue) = 176+82+214=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #B052D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052D6 is #4FAD29. Grayscale: #7C7C7C. Windows color (decimal): -5221674 or 14045872. OLE color: 14045872.

HSL color Cylindrical-coordinate representation of color #B052D6: hue angle of 282.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B052D6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 82 214 -
CMYK 0.18 0.62 0 0.16
HSL 282.73º 0.62% 0.58% -
HSV(B) 282.73º 0.62% 0.84% -
XYZ 33.06 20.12 65.76 -
YUV 125.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 176 82 214 0.18 0.62 0 0.16 282.73 0.62 0.58
Hex B0 52 D6 12 3E 0 10 11B 3E 3A
Octal 260 122 326 22 76 0 20 433 76 72
Binary 10110000 1010010 11010110 10010 111110 0 10000 100011011 111110 111010

Color Harmonies of #B052D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052D6

Black with #B052D6

Text Example


Text Example

White with #B052D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052D6; }

 p { color: rgb(176,82,214); }

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

background-color css

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

 a { background-color: rgb(176,82,214); }

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

border-color css

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

 span { border-color: rgb(176,82,214); }

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