Html Css Color HEX #B03FDC Medium Orchid

📋 copy color: '#B03FDC'

red 176 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B03FDC

Tints of Medium Orchid #B03FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

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

R = 38.34%
G = 13.73%
B = 47.93%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B03FDC (or 0xB03FDC) is known color: Medium Orchid. HEX triplet: B0, 3F and DC. RGB value is (176,63,220). Sum of RGB (Red+Green+Blue) = 176+63+220=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B03FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FDC is #4FC023. Grayscale: #727272. Windows color (decimal): -5226532 or 14434224. OLE color: 14434224.

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

Color convert

RGB 176 63 220 -
CMYK 0.2 0.71 0 0.14
HSL 283.18º 0.69% 0.55% -
HSV(B) 283.18º 0.71% 0.86% -
XYZ 32.6 17.95 69.46 -
YUV 114.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 176 63 220 0.2 0.71 0 0.14 283.18 0.69 0.55
Hex B0 3F DC 14 47 0 E 11B 45 37
Octal 260 77 334 24 107 0 16 433 105 67
Binary 10110000 111111 11011100 10100 1000111 0 1110 100011011 1000101 110111

Color Harmonies of #B03FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FDC

Black with #B03FDC

Text Example


Text Example

White with #B03FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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