Html Css Color HEX #B040D2 Medium Orchid

📋 copy color: '#B040D2'

red 176 ◦ green 64 ◦ blue 210

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

Shades of Medium Orchid #B040D2

Tints of Medium Orchid #B040D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 39.11%
G = 14.22%
B = 46.67%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B040D2 (or 0xB040D2) is known color: Medium Orchid. HEX triplet: B0, 40 and D2. RGB value is (176,64,210). Sum of RGB (Red+Green+Blue) = 176+64+210=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #B040D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040D2 is #4FBF2D. Grayscale: #717171. Windows color (decimal): -5226286 or 13779120. OLE color: 13779120.

HSL color Cylindrical-coordinate representation of color #B040D2: hue angle of 286.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B040D2 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 64 210 -
CMYK 0.16 0.70 0 0.18
HSL 286.03º 0.62% 0.54% -
HSV(B) 286.03º 0.7% 0.82% -
XYZ 31.37 17.55 62.71 -
YUV 114.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 176 64 210 0.16 0.70 0 0.18 286.03 0.62 0.54
Hex B0 40 D2 10 46 0 12 11E 3E 36
Octal 260 100 322 20 106 0 22 436 76 66
Binary 10110000 1000000 11010010 10000 1000110 0 10010 100011110 111110 110110

Color Harmonies of #B040D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040D2

Black with #B040D2

Text Example


Text Example

White with #B040D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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