Html Css Color HEX #B040DE Medium Orchid

📋 copy color: '#B040DE'

red 176 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #B040DE

Tints of Medium Orchid #B040DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 38.1%
G = 13.85%
B = 48.05%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B040DE (or 0xB040DE) is known color: Medium Orchid. HEX triplet: B0, 40 and DE. RGB value is (176,64,222). Sum of RGB (Red+Green+Blue) = 176+64+222=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #B040DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DE is #4FBF21. Grayscale: #727272. Windows color (decimal): -5226274 or 14565552. OLE color: 14565552.

HSL color Cylindrical-coordinate representation of color #B040DE: hue angle of 282.53º degrees, saturation: 0.71, 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 #B040DE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 64 222 -
CMYK 0.21 0.71 0 0.13
HSL 282.53º 0.71% 0.56% -
HSV(B) 282.53º 0.71% 0.87% -
XYZ 32.92 18.17 70.88 -
YUV 115.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 176 64 222 0.21 0.71 0 0.13 282.53 0.71 0.56
Hex B0 40 DE 15 47 0 D 11B 47 38
Octal 260 100 336 25 107 0 15 433 107 70
Binary 10110000 1000000 11011110 10101 1000111 0 1101 100011011 1000111 111000

Color Harmonies of #B040DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040DE

Black with #B040DE

Text Example


Text Example

White with #B040DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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