Html Css Color HEX #B360CC Medium Orchid

📋 copy color: '#B360CC'

red 179 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #B360CC

Tints of Medium Orchid #B360CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

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

R = 37.37%
G = 20.04%
B = 42.59%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B360CC (or 0xB360CC) is known color: Medium Orchid. HEX triplet: B3, 60 and CC. RGB value is (179,96,204). Sum of RGB (Red+Green+Blue) = 179+96+204=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B360CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360CC is #4C9F33. Grayscale: #848484. Windows color (decimal): -5021492 or 13394099. OLE color: 13394099.

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

Color convert

RGB 179 96 204 -
CMYK 0.12 0.53 0 0.2
HSL 286.11º 0.51% 0.59% -
HSV(B) 286.11º 0.53% 0.8% -
XYZ 33.67 22.31 59.66 -
YUV 133.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 179 96 204 0.12 0.53 0 0.2 286.11 0.51 0.59
Hex B3 60 CC C 35 0 14 11E 33 3B
Octal 263 140 314 14 65 0 24 436 63 73
Binary 10110011 1100000 11001100 1100 110101 0 10100 100011110 110011 111011

Color Harmonies of #B360CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360CC

Black with #B360CC

Text Example


Text Example

White with #B360CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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