Html Css Color HEX #B041DF Medium Orchid

📋 copy color: '#B041DF'

red 176 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B041DF

Tints of Medium Orchid #B041DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.01%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 37.93%
G = 14.01%
B = 48.06%

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

#B041DF (or 0xB041DF) is known color: Medium Orchid. HEX triplet: B0, 41 and DF. RGB value is (176,65,223). Sum of RGB (Red+Green+Blue) = 176+65+223=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B041DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041DF is #4FBE20. Grayscale: #737373. Windows color (decimal): -5226017 or 14631344. OLE color: 14631344.

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

Color convert

RGB 176 65 223 -
CMYK 0.21 0.71 0 0.13
HSL 282.15º 0.71% 0.56% -
HSV(B) 282.15º 0.71% 0.87% -
XYZ 33.11 18.34 71.61 -
YUV 116.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 176 65 223 0.21 0.71 0 0.13 282.15 0.71 0.56
Hex B0 41 DF 15 47 0 D 11A 47 38
Octal 260 101 337 25 107 0 15 432 107 70
Binary 10110000 1000001 11011111 10101 1000111 0 1101 100011010 1000111 111000

Color Harmonies of #B041DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041DF

Black with #B041DF

Text Example


Text Example

White with #B041DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041DF; }

 p { color: rgb(176,65,223); }

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

background-color css

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

 a { background-color: rgb(176,65,223); }

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

border-color css

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

 span { border-color: rgb(176,65,223); }

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