#B35DFD

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

Shades of Medium Orchid #B35DFD

Tints of Medium Orchid #B35DFD

Color information

#B35DFD (or 0xB35DFD) is unknown color: approx Medium Orchid. HEX triplet: B3, 5D and FD. RGB value is (179,93,253). Sum of RGB (Red+Green+Blue) = 179+93+253=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #B35DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DFD is #4CA202. Grayscale: #888888. Windows color (decimal): -5022211 or 16604595. OLE color: 16604595.

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

Color convert

RGB17993253-
CMYK0.290.6300.01
HSL272.25º97.56%67.84%-
HSV(B)272.25º63.24%99.22%-
XYZ40.2324.595.54-
YUV136.95193.49157.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=34.10%
G=17.71%
B=48.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179932530.290.6300.01272.2597.5667.84
HexB35DFD1D3F011106244
Octal263135375357701420142104
Binary10110011101110111111101111011111110110001000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DFD; }

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

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

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

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

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

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

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

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