Html Css Color HEX #B35EFC Medium Orchid

📋 copy color: '#B35EFC'

red 179 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B35EFC

Tints of Medium Orchid #B35EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 34.1%
G = 17.9%
B = 48%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B35EFC (or 0xB35EFC) is known color: Medium Orchid. HEX triplet: B3, 5E and FC. RGB value is (179,94,252). Sum of RGB (Red+Green+Blue) = 179+94+252=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B35EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35EFC is #4CA103. Grayscale: #888888. Windows color (decimal): -5021956 or 16539315. OLE color: 16539315.

HSL color Cylindrical-coordinate representation of color #B35EFC: hue angle of 272.28º degrees, saturation: 0.96, 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 #B35EFC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 94 252 -
CMYK 0.29 0.63 0 0.01
HSL 272.28º 0.96% 0.68% -
HSV(B) 272.28º 0.63% 0.99% -
XYZ 40.16 24.62 94.73 -
YUV 137.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 179 94 252 0.29 0.63 0 0.01 272.28 0.96 0.68
Hex B3 5E FC 1D 3F 0 1 110 60 44
Octal 263 136 374 35 77 0 1 420 140 104
Binary 10110011 1011110 11111100 11101 111111 0 1 100010000 1100000 1000100

Color Harmonies of #B35EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EFC

Black with #B35EFC

Text Example


Text Example

White with #B35EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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