Html Css Color HEX #B355CA Medium Orchid

📋 copy color: '#B355CA'

red 179 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #B355CA

Tints of Medium Orchid #B355CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 38.41%
G = 18.24%
B = 43.35%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B355CA (or 0xB355CA) is known color: Medium Orchid. HEX triplet: B3, 55 and CA. RGB value is (179,85,202). Sum of RGB (Red+Green+Blue) = 179+85+202=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B355CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355CA is #4CAA35. Grayscale: #7E7E7E. Windows color (decimal): -5024310 or 13260211. OLE color: 13260211.

HSL color Cylindrical-coordinate representation of color #B355CA: hue angle of 288.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B355CA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 85 202 -
CMYK 0.11 0.58 0 0.21
HSL 288.21º 0.52% 0.56% -
HSV(B) 288.21º 0.58% 0.79% -
XYZ 32.5 20.34 58.09 -
YUV 126.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 179 85 202 0.11 0.58 0 0.21 288.21 0.52 0.56
Hex B3 55 CA B 3A 0 15 120 34 38
Octal 263 125 312 13 72 0 25 440 64 70
Binary 10110011 1010101 11001010 1011 111010 0 10101 100100000 110100 111000

Color Harmonies of #B355CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355CA

Black with #B355CA

Text Example


Text Example

White with #B355CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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