Html Css Color HEX #B361DF Medium Orchid

📋 copy color: '#B361DF'

red 179 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B361DF

Tints of Medium Orchid #B361DF

RGB

 RED value IS 179 (70.31% from 255) = 35.87%

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

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

R = 35.87%
G = 19.44%
B = 44.69%

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

#B361DF (or 0xB361DF) is known color: Medium Orchid. HEX triplet: B3, 61 and DF. RGB value is (179,97,223). Sum of RGB (Red+Green+Blue) = 179+97+223=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #B361DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361DF is #4C9E20. Grayscale: #878787. Windows color (decimal): -5021217 or 14639539. OLE color: 14639539.

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

Color convert

RGB 179 97 223 -
CMYK 0.20 0.57 0 0.13
HSL 279.05º 0.66% 0.63% -
HSV(B) 279.05º 0.57% 0.87% -
XYZ 36.18 23.46 72.43 -
YUV 135.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 179 97 223 0.20 0.57 0 0.13 279.05 0.66 0.63
Hex B3 61 DF 14 39 0 D 117 42 3F
Octal 263 141 337 24 71 0 15 427 102 77
Binary 10110011 1100001 11011111 10100 111001 0 1101 100010111 1000010 111111

Color Harmonies of #B361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361DF

Black with #B361DF

Text Example


Text Example

White with #B361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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