Html Css Color HEX #B364C6 Medium Orchid

📋 copy color: '#B364C6'

red 179 ◦ green 100 ◦ blue 198

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

Shades of Medium Orchid #B364C6

Tints of Medium Orchid #B364C6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 37.53%
G = 20.96%
B = 41.51%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B364C6 (or 0xB364C6) is known color: Medium Orchid. HEX triplet: B3, 64 and C6. RGB value is (179,100,198). Sum of RGB (Red+Green+Blue) = 179+100+198=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B364C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364C6 is #4C9B39. Grayscale: #868686. Windows color (decimal): -5020474 or 13001907. OLE color: 13001907.

HSL color Cylindrical-coordinate representation of color #B364C6: hue angle of 288.37º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B364C6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 100 198 -
CMYK 0.10 0.49 0 0.22
HSL 288.37º 0.46% 0.58% -
HSV(B) 288.37º 0.49% 0.78% -
XYZ 33.34 22.78 56.06 -
YUV 134.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 179 100 198 0.10 0.49 0 0.22 288.37 0.46 0.58
Hex B3 64 C6 A 31 0 16 120 2E 3A
Octal 263 144 306 12 61 0 26 440 56 72
Binary 10110011 1100100 11000110 1010 110001 0 10110 100100000 101110 111010

Color Harmonies of #B364C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364C6

Black with #B364C6

Text Example


Text Example

White with #B364C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364C6; }

 p { color: rgb(179,100,198); }

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

background-color css

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

 a { background-color: rgb(179,100,198); }

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

border-color css

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

 span { border-color: rgb(179,100,198); }

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