Html Css Color HEX #B361CF Medium Orchid

📋 copy color: '#B361CF'

red 179 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #B361CF

Tints of Medium Orchid #B361CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 37.06%
G = 20.08%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B361CF (or 0xB361CF) is known color: Medium Orchid. HEX triplet: B3, 61 and CF. RGB value is (179,97,207). Sum of RGB (Red+Green+Blue) = 179+97+207=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B361CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361CF is #4C9E30. Grayscale: #858585. Windows color (decimal): -5021233 or 13590963. OLE color: 13590963.

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

Color convert

RGB 179 97 207 -
CMYK 0.14 0.53 0 0.19
HSL 284.73º 0.53% 0.6% -
HSV(B) 284.73º 0.53% 0.81% -
XYZ 34.13 22.64 61.6 -
YUV 134.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 179 97 207 0.14 0.53 0 0.19 284.73 0.53 0.6
Hex B3 61 CF E 35 0 13 11D 35 3C
Octal 263 141 317 16 65 0 23 435 65 74
Binary 10110011 1100001 11001111 1110 110101 0 10011 100011101 110101 111100

Color Harmonies of #B361CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361CF

Black with #B361CF

Text Example


Text Example

White with #B361CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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