Html Css Color HEX #B359CC Medium Orchid

📋 copy color: '#B359CC'

red 179 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #B359CC

Tints of Medium Orchid #B359CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 37.92%
G = 18.86%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B359CC (or 0xB359CC) is known color: Medium Orchid. HEX triplet: B3, 59 and CC. RGB value is (179,89,204). Sum of RGB (Red+Green+Blue) = 179+89+204=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B359CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359CC is #4CA633. Grayscale: #808080. Windows color (decimal): -5023284 or 13392307. OLE color: 13392307.

HSL color Cylindrical-coordinate representation of color #B359CC: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B359CC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 89 204 -
CMYK 0.12 0.56 0 0.2
HSL 286.96º 0.53% 0.57% -
HSV(B) 286.96º 0.56% 0.8% -
XYZ 33.06 21.09 59.45 -
YUV 129.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 179 89 204 0.12 0.56 0 0.2 286.96 0.53 0.57
Hex B3 59 CC C 38 0 14 11F 35 39
Octal 263 131 314 14 70 0 24 437 65 71
Binary 10110011 1011001 11001100 1100 111000 0 10100 100011111 110101 111001

Color Harmonies of #B359CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359CC

Black with #B359CC

Text Example


Text Example

White with #B359CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359CC; }

 p { color: rgb(179,89,204); }

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

background-color css

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

 a { background-color: rgb(179,89,204); }

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

border-color css

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

 span { border-color: rgb(179,89,204); }

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