Html Css Color HEX #B365FC Medium Purple

📋 copy color: '#B365FC'

red 179 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #B365FC

Tints of Medium Purple #B365FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.98%

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

R = 33.65%
G = 18.98%
B = 47.37%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B365FC (or 0xB365FC) is known color: Medium Purple. HEX triplet: B3, 65 and FC. RGB value is (179,101,252). Sum of RGB (Red+Green+Blue) = 179+101+252=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #B365FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365FC is #4C9A03. Grayscale: #8D8D8D. Windows color (decimal): -5020164 or 16541107. OLE color: 16541107.

HSL color Cylindrical-coordinate representation of color #B365FC: hue angle of 270.99º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B365FC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 101 252 -
CMYK 0.29 0.60 0 0.01
HSL 270.99º 0.96% 0.69% -
HSV(B) 270.99º 0.6% 0.99% -
XYZ 40.81 25.92 94.95 -
YUV 141.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 179 101 252 0.29 0.60 0 0.01 270.99 0.96 0.69
Hex B3 65 FC 1D 3C 0 1 10F 60 45
Octal 263 145 374 35 74 0 1 417 140 105
Binary 10110011 1100101 11111100 11101 111100 0 1 100001111 1100000 1000101

Color Harmonies of #B365FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365FC

Black with #B365FC

Text Example


Text Example

White with #B365FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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