Html Css Color HEX #B361CE Medium Orchid

📋 copy color: '#B361CE'

red 179 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #B361CE

Tints of Medium Orchid #B361CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 37.14%
G = 20.12%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B361CE (or 0xB361CE) is known color: Medium Orchid. HEX triplet: B3, 61 and CE. RGB value is (179,97,206). Sum of RGB (Red+Green+Blue) = 179+97+206=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B361CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361CE is #4C9E31. Grayscale: #858585. Windows color (decimal): -5021234 or 13525427. OLE color: 13525427.

HSL color Cylindrical-coordinate representation of color #B361CE: hue angle of 285.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B361CE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 97 206 -
CMYK 0.13 0.53 0 0.19
HSL 285.14º 0.53% 0.59% -
HSV(B) 285.14º 0.53% 0.81% -
XYZ 34.01 22.59 60.96 -
YUV 133.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 179 97 206 0.13 0.53 0 0.19 285.14 0.53 0.59
Hex B3 61 CE D 35 0 13 11D 35 3B
Octal 263 141 316 15 65 0 23 435 65 73
Binary 10110011 1100001 11001110 1101 110101 0 10011 100011101 110101 111011

Color Harmonies of #B361CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361CE

Black with #B361CE

Text Example


Text Example

White with #B361CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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