Html Css Color HEX #B040DC Medium Orchid

📋 copy color: '#B040DC'

red 176 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #B040DC

Tints of Medium Orchid #B040DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.91%

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

R = 38.26%
G = 13.91%
B = 47.83%

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

#B040DC (or 0xB040DC) is known color: Medium Orchid. HEX triplet: B0, 40 and DC. RGB value is (176,64,220). Sum of RGB (Red+Green+Blue) = 176+64+220=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B040DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DC is #4FBF23. Grayscale: #727272. Windows color (decimal): -5226276 or 14434480. OLE color: 14434480.

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

Color convert

RGB 176 64 220 -
CMYK 0.2 0.71 0 0.14
HSL 283.08º 0.69% 0.56% -
HSV(B) 283.08º 0.71% 0.86% -
XYZ 32.66 18.06 69.48 -
YUV 115.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 176 64 220 0.2 0.71 0 0.14 283.08 0.69 0.56
Hex B0 40 DC 14 47 0 E 11B 45 38
Octal 260 100 334 24 107 0 16 433 105 70
Binary 10110000 1000000 11011100 10100 1000111 0 1110 100011011 1000101 111000

Color Harmonies of #B040DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040DC

Black with #B040DC

Text Example


Text Example

White with #B040DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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