Html Css Color HEX #B355C8 Medium Orchid

📋 copy color: '#B355C8'

red 179 ◦ green 85 ◦ blue 200

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

Shades of Medium Orchid #B355C8

Tints of Medium Orchid #B355C8

RGB

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

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

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

R = 38.58%
G = 18.32%
B = 43.1%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B355C8 (or 0xB355C8) is known color: Medium Orchid. HEX triplet: B3, 55 and C8. RGB value is (179,85,200). Sum of RGB (Red+Green+Blue) = 179+85+200=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B355C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355C8 is #4CAA37. Grayscale: #7D7D7D. Windows color (decimal): -5024312 or 13129139. OLE color: 13129139.

HSL color Cylindrical-coordinate representation of color #B355C8: hue angle of 289.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B355C8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 85 200 -
CMYK 0.10 0.58 0 0.22
HSL 289.04º 0.51% 0.56% -
HSV(B) 289.04º 0.58% 0.78% -
XYZ 32.26 20.25 56.85 -
YUV 126.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 179 85 200 0.10 0.58 0 0.22 289.04 0.51 0.56
Hex B3 55 C8 A 3A 0 16 121 33 38
Octal 263 125 310 12 72 0 26 441 63 70
Binary 10110011 1010101 11001000 1010 111010 0 10110 100100001 110011 111000

Color Harmonies of #B355C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355C8

Black with #B355C8

Text Example


Text Example

White with #B355C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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