Html Css Color HEX #B355FD Medium Orchid

📋 copy color: '#B355FD'

red 179 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #B355FD

Tints of Medium Orchid #B355FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 34.62%
G = 16.44%
B = 48.94%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B355FD (or 0xB355FD) is known color: Medium Orchid. HEX triplet: B3, 55 and FD. RGB value is (179,85,253). Sum of RGB (Red+Green+Blue) = 179+85+253=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #B355FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FD is #4CAA02. Grayscale: #838383. Windows color (decimal): -5024259 or 16602547. OLE color: 16602547.

HSL color Cylindrical-coordinate representation of color #B355FD: hue angle of 273.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B355FD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 85 253 -
CMYK 0.29 0.66 0 0.01
HSL 273.57º 0.98% 0.66% -
HSV(B) 273.57º 0.66% 0.99% -
XYZ 39.57 23.17 95.32 -
YUV 132.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 179 85 253 0.29 0.66 0 0.01 273.57 0.98 0.66
Hex B3 55 FD 1D 42 0 1 112 62 42
Octal 263 125 375 35 102 0 1 422 142 102
Binary 10110011 1010101 11111101 11101 1000010 0 1 100010010 1100010 1000010

Color Harmonies of #B355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355FD

Black with #B355FD

Text Example


Text Example

White with #B355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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