Html Css Color HEX #B052C6 Medium Orchid

📋 copy color: '#B052C6'

red 176 ◦ green 82 ◦ blue 198

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

Shades of Medium Orchid #B052C6

Tints of Medium Orchid #B052C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 38.6%
G = 17.98%
B = 43.42%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B052C6 (or 0xB052C6) is known color: Medium Orchid. HEX triplet: B0, 52 and C6. RGB value is (176,82,198). Sum of RGB (Red+Green+Blue) = 176+82+198=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #B052C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C6 is #4FAD39. Grayscale: #7A7A7A. Windows color (decimal): -5221690 or 12997296. OLE color: 12997296.

HSL color Cylindrical-coordinate representation of color #B052C6: hue angle of 288.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B052C6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 82 198 -
CMYK 0.11 0.59 0 0.22
HSL 288.62º 0.5% 0.55% -
HSV(B) 288.62º 0.59% 0.78% -
XYZ 31.11 19.34 55.52 -
YUV 123.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 176 82 198 0.11 0.59 0 0.22 288.62 0.5 0.55
Hex B0 52 C6 B 3B 0 16 121 32 37
Octal 260 122 306 13 73 0 26 441 62 67
Binary 10110000 1010010 11000110 1011 111011 0 10110 100100001 110010 110111

Color Harmonies of #B052C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052C6

Black with #B052C6

Text Example


Text Example

White with #B052C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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