Html Css Color HEX #B364C4 Medium Orchid

📋 copy color: '#B364C4'

red 179 ◦ green 100 ◦ blue 196

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

Shades of Medium Orchid #B364C4

Tints of Medium Orchid #B364C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 37.68%
G = 21.05%
B = 41.26%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B364C4 (or 0xB364C4) is known color: Medium Orchid. HEX triplet: B3, 64 and C4. RGB value is (179,100,196). Sum of RGB (Red+Green+Blue) = 179+100+196=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #B364C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364C4 is #4C9B3B. Grayscale: #868686. Windows color (decimal): -5020476 or 12870835. OLE color: 12870835.

HSL color Cylindrical-coordinate representation of color #B364C4: hue angle of 289.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B364C4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 100 196 -
CMYK 0.09 0.49 0 0.23
HSL 289.38º 0.45% 0.58% -
HSV(B) 289.38º 0.49% 0.77% -
XYZ 33.11 22.68 54.86 -
YUV 134.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 179 100 196 0.09 0.49 0 0.23 289.38 0.45 0.58
Hex B3 64 C4 9 31 0 17 121 2D 3A
Octal 263 144 304 11 61 0 27 441 55 72
Binary 10110011 1100100 11000100 1001 110001 0 10111 100100001 101101 111010

Color Harmonies of #B364C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364C4

Black with #B364C4

Text Example


Text Example

White with #B364C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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