Html Css Color HEX #B35DFF Medium Orchid

📋 copy color: '#B35DFF'

red 179 ◦ green 93 ◦ blue 255

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

Shades of Medium Orchid #B35DFF

Tints of Medium Orchid #B35DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.65%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 33.97%
G = 17.65%
B = 48.39%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B35DFF (or 0xB35DFF) is known color: Medium Orchid. HEX triplet: B3, 5D and FF. RGB value is (179,93,255). Sum of RGB (Red+Green+Blue) = 179+93+255=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B35DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DFF is #4CA200. Grayscale: #888888. Windows color (decimal): -5022209 or 16735667. OLE color: 16735667.

HSL color Cylindrical-coordinate representation of color #B35DFF: hue angle of 271.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B35DFF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 93 255 -
CMYK 0.30 0.64 0 0
HSL 271.85º 1% 0.68% -
HSV(B) 271.85º 0.64% 1% -
XYZ 40.55 24.63 97.22 -
YUV 137.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 179 93 255 0.30 0.64 0 0 271.85 1 0.68
Hex B3 5D FF 1E 40 0 0 110 64 44
Octal 263 135 377 36 100 0 0 420 144 104
Binary 10110011 1011101 11111111 11110 1000000 0 0 100010000 1100100 1000100

Color Harmonies of #B35DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DFF

Black with #B35DFF

Text Example


Text Example

White with #B35DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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