Html Css Color HEX #B35EFF Medium Orchid

📋 copy color: '#B35EFF'

red 179 ◦ green 94 ◦ blue 255

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

Shades of Medium Orchid #B35EFF

Tints of Medium Orchid #B35EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

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

R = 33.9%
G = 17.8%
B = 48.3%

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

#B35EFF (or 0xB35EFF) is known color: Medium Orchid. HEX triplet: B3, 5E and FF. RGB value is (179,94,255). Sum of RGB (Red+Green+Blue) = 179+94+255=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B35EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35EFF is #4CA100. Grayscale: #898989. Windows color (decimal): -5021953 or 16735923. OLE color: 16735923.

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

Color convert

RGB 179 94 255 -
CMYK 0.30 0.63 0 0
HSL 271.68º 1% 0.68% -
HSV(B) 271.68º 0.63% 1% -
XYZ 40.64 24.81 97.25 -
YUV 137.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 179 94 255 0.30 0.63 0 0 271.68 1 0.68
Hex B3 5E FF 1E 3F 0 0 110 64 44
Octal 263 136 377 36 77 0 0 420 144 104
Binary 10110011 1011110 11111111 11110 111111 0 0 100010000 1100100 1000100

Color Harmonies of #B35EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EFF

Black with #B35EFF

Text Example


Text Example

White with #B35EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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