Html Css Color HEX #B355D7 Medium Orchid

📋 copy color: '#B355D7'

red 179 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #B355D7

Tints of Medium Orchid #B355D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 37.37%
G = 17.75%
B = 44.89%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B355D7 (or 0xB355D7) is known color: Medium Orchid. HEX triplet: B3, 55 and D7. RGB value is (179,85,215). Sum of RGB (Red+Green+Blue) = 179+85+215=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #B355D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355D7 is #4CAA28. Grayscale: #7F7F7F. Windows color (decimal): -5024297 or 14112179. OLE color: 14112179.

HSL color Cylindrical-coordinate representation of color #B355D7: hue angle of 283.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B355D7 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 85 215 -
CMYK 0.17 0.60 0 0.16
HSL 283.38º 0.62% 0.59% -
HSV(B) 283.38º 0.6% 0.84% -
XYZ 34.1 20.99 66.54 -
YUV 127.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 179 85 215 0.17 0.60 0 0.16 283.38 0.62 0.59
Hex B3 55 D7 11 3C 0 10 11B 3E 3B
Octal 263 125 327 21 74 0 20 433 76 73
Binary 10110011 1010101 11010111 10001 111100 0 10000 100011011 111110 111011

Color Harmonies of #B355D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355D7

Black with #B355D7

Text Example


Text Example

White with #B355D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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