Html Css Color HEX #B365FE Medium Purple

📋 copy color: '#B365FE'

red 179 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #B365FE

Tints of Medium Purple #B365FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 33.52%
G = 18.91%
B = 47.57%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B365FE (or 0xB365FE) is known color: Medium Purple. HEX triplet: B3, 65 and FE. RGB value is (179,101,254). Sum of RGB (Red+Green+Blue) = 179+101+254=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #B365FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365FE is #4C9A01. Grayscale: #8D8D8D. Windows color (decimal): -5020162 or 16672179. OLE color: 16672179.

HSL color Cylindrical-coordinate representation of color #B365FE: hue angle of 270.59º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B365FE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 101 254 -
CMYK 0.30 0.60 0 0.00
HSL 270.59º 0.99% 0.7% -
HSV(B) 270.59º 0.6% 1% -
XYZ 41.13 26.05 96.63 -
YUV 141.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 179 101 254 0.30 0.60 0 0.00 270.59 0.99 0.7
Hex B3 65 FE 1E 3C 0 0 10F 63 46
Octal 263 145 376 36 74 0 0 417 143 106
Binary 10110011 1100101 11111110 11110 111100 0 0 100001111 1100011 1000110

Color Harmonies of #B365FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365FE

Black with #B365FE

Text Example


Text Example

White with #B365FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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