Html Css Color HEX #B261DF Medium Orchid

📋 copy color: '#B261DF'

red 178 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B261DF

Tints of Medium Orchid #B261DF

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

 GREEN value IS 97 (38.28% from 255) = 19.48%

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

R = 35.74%
G = 19.48%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B261DF (or 0xB261DF) is known color: Medium Orchid. HEX triplet: B2, 61 and DF. RGB value is (178,97,223). Sum of RGB (Red+Green+Blue) = 178+97+223=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #B261DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DF is #4D9E20. Grayscale: #878787. Windows color (decimal): -5086753 or 14639538. OLE color: 14639538.

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

Color convert

RGB 178 97 223 -
CMYK 0.20 0.57 0 0.13
HSL 278.57º 0.66% 0.63% -
HSV(B) 278.57º 0.57% 0.87% -
XYZ 35.95 23.34 72.42 -
YUV 135.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 178 97 223 0.20 0.57 0 0.13 278.57 0.66 0.63
Hex B2 61 DF 14 39 0 D 117 42 3F
Octal 262 141 337 24 71 0 15 427 102 77
Binary 10110010 1100001 11011111 10100 111001 0 1101 100010111 1000010 111111

Color Harmonies of #B261DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261DF

Black with #B261DF

Text Example


Text Example

White with #B261DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261DF; }

 p { color: rgb(178,97,223); }

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

background-color css

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

 a { background-color: rgb(178,97,223); }

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

border-color css

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

 span { border-color: rgb(178,97,223); }

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