Html Css Color HEX #B35FFF Medium Orchid

📋 copy color: '#B35FFF'

red 179 ◦ green 95 ◦ blue 255

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

Shades of Medium Orchid #B35FFF

Tints of Medium Orchid #B35FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.96%

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

R = 33.84%
G = 17.96%
B = 48.2%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B35FFF (or 0xB35FFF) is known color: Medium Orchid. HEX triplet: B3, 5F and FF. RGB value is (179,95,255). Sum of RGB (Red+Green+Blue) = 179+95+255=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B35FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35FFF is #4CA000. Grayscale: #898989. Windows color (decimal): -5021697 or 16736179. OLE color: 16736179.

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

Color convert

RGB 179 95 255 -
CMYK 0.30 0.63 0 0
HSL 271.5º 1% 0.69% -
HSV(B) 271.5º 0.63% 1% -
XYZ 40.73 24.99 97.28 -
YUV 138.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 179 95 255 0.30 0.63 0 0 271.5 1 0.69
Hex B3 5F FF 1E 3F 0 0 110 64 45
Octal 263 137 377 36 77 0 0 420 144 105
Binary 10110011 1011111 11111111 11110 111111 0 0 100010000 1100100 1000101

Color Harmonies of #B35FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FFF

Black with #B35FFF

Text Example


Text Example

White with #B35FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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