Html Css Color HEX #B367FA Medium Purple

📋 copy color: '#B367FA'

red 179 ◦ green 103 ◦ blue 250

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

Shades of Medium Purple #B367FA

Tints of Medium Purple #B367FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.36%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 33.65%
G = 19.36%
B = 46.99%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B367FA (or 0xB367FA) is known color: Medium Purple. HEX triplet: B3, 67 and FA. RGB value is (179,103,250). Sum of RGB (Red+Green+Blue) = 179+103+250=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #B367FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FA is #4C9805. Grayscale: #8D8D8D. Windows color (decimal): -5019654 or 16410547. OLE color: 16410547.

HSL color Cylindrical-coordinate representation of color #B367FA: hue angle of 271.02º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B367FA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 103 250 -
CMYK 0.28 0.59 0 0.02
HSL 271.02º 0.94% 0.69% -
HSV(B) 271.02º 0.59% 0.98% -
XYZ 40.7 26.19 93.35 -
YUV 142.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 179 103 250 0.28 0.59 0 0.02 271.02 0.94 0.69
Hex B3 67 FA 1C 3B 0 2 10F 5E 45
Octal 263 147 372 34 73 0 2 417 136 105
Binary 10110011 1100111 11111010 11100 111011 0 10 100001111 1011110 1000101

Color Harmonies of #B367FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367FA

Black with #B367FA

Text Example


Text Example

White with #B367FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367FA; }

 p { color: rgb(179,103,250); }

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

background-color css

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

 a { background-color: rgb(179,103,250); }

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

border-color css

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

 span { border-color: rgb(179,103,250); }

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