#B255FD

Color #B255FD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B255FD

Tints of Medium Orchid #B255FD

Color information

#B255FD (or 0xB255FD) is unknown color: approx Medium Orchid. HEX triplet: B2, 55 and FD. RGB value is (178,85,253). Sum of RGB (Red+Green+Blue) = 178+85+253=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B255FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FD is #4DAA02. Grayscale: #838383. Windows color (decimal): -5089795 or 16602546. OLE color: 16602546.

HSL color Cylindrical-coordinate representation of color #B255FD: hue angle of 273.21º 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 #B255FD is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17885253-
CMYK0.300.6600.01
HSL273.21º97.67%66.27%-
HSV(B)273.21º66.4%99.22%-
XYZ39.3423.0595.3-
YUV131.96196.31160.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 85 (33.59% from 255) = 16.47%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=34.50%
G=16.47%
B=49.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178852530.300.6600.01273.2197.6766.27
HexB255FD1E42011116242
Octal2621253753610201421142102
Binary101100101010101111111011111010000100110001000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255FD; }

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

 H1.HeaderClassName
 {
   color: #B255FD;
 }
 .AnyTagClassName
 {
   color: #B255FD;
 }
</style>
background-color css

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

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

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

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

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

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