Html Css Color HEX #B040DD Medium Orchid

📋 copy color: '#B040DD'

red 176 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #B040DD

Tints of Medium Orchid #B040DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 38.18%
G = 13.88%
B = 47.94%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B040DD (or 0xB040DD) is known color: Medium Orchid. HEX triplet: B0, 40 and DD. RGB value is (176,64,221). Sum of RGB (Red+Green+Blue) = 176+64+221=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #B040DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DD is #4FBF22. Grayscale: #727272. Windows color (decimal): -5226275 or 14500016. OLE color: 14500016.

HSL color Cylindrical-coordinate representation of color #B040DD: hue angle of 282.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B040DD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 64 221 -
CMYK 0.20 0.71 0 0.13
HSL 282.8º 0.7% 0.56% -
HSV(B) 282.8º 0.71% 0.87% -
XYZ 32.79 18.12 70.18 -
YUV 115.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 176 64 221 0.20 0.71 0 0.13 282.8 0.7 0.56
Hex B0 40 DD 14 47 0 D 11B 46 38
Octal 260 100 335 24 107 0 15 433 106 70
Binary 10110000 1000000 11011101 10100 1000111 0 1101 100011011 1000110 111000

Color Harmonies of #B040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040DD

Black with #B040DD

Text Example


Text Example

White with #B040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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