Html Css Color HEX #B364C8 Medium Orchid

📋 copy color: '#B364C8'

red 179 ◦ green 100 ◦ blue 200

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

Shades of Medium Orchid #B364C8

Tints of Medium Orchid #B364C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 37.37%
G = 20.88%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B364C8 (or 0xB364C8) is known color: Medium Orchid. HEX triplet: B3, 64 and C8. RGB value is (179,100,200). Sum of RGB (Red+Green+Blue) = 179+100+200=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #B364C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364C8 is #4C9B37. Grayscale: #868686. Windows color (decimal): -5020472 or 13132979. OLE color: 13132979.

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

Color convert

RGB 179 100 200 -
CMYK 0.10 0.5 0 0.22
HSL 287.4º 0.48% 0.59% -
HSV(B) 287.4º 0.5% 0.78% -
XYZ 33.57 22.87 57.29 -
YUV 135.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 179 100 200 0.10 0.5 0 0.22 287.4 0.48 0.59
Hex B3 64 C8 A 32 0 16 11F 30 3B
Octal 263 144 310 12 62 0 26 437 60 73
Binary 10110011 1100100 11001000 1010 110010 0 10110 100011111 110000 111011

Color Harmonies of #B364C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364C8

Black with #B364C8

Text Example


Text Example

White with #B364C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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