Html Css Color HEX #B062DC Medium Orchid

📋 copy color: '#B062DC'

red 176 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #B062DC

Tints of Medium Orchid #B062DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 35.63%
G = 19.84%
B = 44.53%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B062DC (or 0xB062DC) is known color: Medium Orchid. HEX triplet: B0, 62 and DC. RGB value is (176,98,220). Sum of RGB (Red+Green+Blue) = 176+98+220=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B062DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062DC is #4F9D23. Grayscale: #868686. Windows color (decimal): -5217572 or 14443184. OLE color: 14443184.

HSL color Cylindrical-coordinate representation of color #B062DC: hue angle of 278.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B062DC is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 98 220 -
CMYK 0.2 0.55 0 0.14
HSL 278.36º 0.64% 0.62% -
HSV(B) 278.36º 0.55% 0.86% -
XYZ 35.19 23.13 70.32 -
YUV 135.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 176 98 220 0.2 0.55 0 0.14 278.36 0.64 0.62
Hex B0 62 DC 14 37 0 E 116 40 3E
Octal 260 142 334 24 67 0 16 426 100 76
Binary 10110000 1100010 11011100 10100 110111 0 1110 100010110 1000000 111110

Color Harmonies of #B062DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062DC

Black with #B062DC

Text Example


Text Example

White with #B062DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062DC; }

 p { color: rgb(176,98,220); }

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

background-color css

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

 a { background-color: rgb(176,98,220); }

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

border-color css

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

 span { border-color: rgb(176,98,220); }

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