Html Css Color HEX #B355CC Medium Orchid

📋 copy color: '#B355CC'

red 179 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #B355CC

Tints of Medium Orchid #B355CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

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

R = 38.25%
G = 18.16%
B = 43.59%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B355CC (or 0xB355CC) is known color: Medium Orchid. HEX triplet: B3, 55 and CC. RGB value is (179,85,204). Sum of RGB (Red+Green+Blue) = 179+85+204=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B355CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355CC is #4CAA33. Grayscale: #7E7E7E. Windows color (decimal): -5024308 or 13391283. OLE color: 13391283.

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

Color convert

RGB 179 85 204 -
CMYK 0.12 0.58 0 0.2
HSL 287.4º 0.54% 0.57% -
HSV(B) 287.4º 0.58% 0.8% -
XYZ 32.74 20.44 59.35 -
YUV 126.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 179 85 204 0.12 0.58 0 0.2 287.4 0.54 0.57
Hex B3 55 CC C 3A 0 14 11F 36 39
Octal 263 125 314 14 72 0 24 437 66 71
Binary 10110011 1010101 11001100 1100 111010 0 10100 100011111 110110 111001

Color Harmonies of #B355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355CC

Black with #B355CC

Text Example


Text Example

White with #B355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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