Html Css Color HEX #B369FA Medium Purple

📋 copy color: '#B369FA'

red 179 ◦ green 105 ◦ blue 250

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

Shades of Medium Purple #B369FA

Tints of Medium Purple #B369FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.66%

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

R = 33.52%
G = 19.66%
B = 46.82%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B369FA (or 0xB369FA) is known color: Medium Purple. HEX triplet: B3, 69 and FA. RGB value is (179,105,250). Sum of RGB (Red+Green+Blue) = 179+105+250=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #B369FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369FA is #4C9605. Grayscale: #8F8F8F. Windows color (decimal): -5019142 or 16411059. OLE color: 16411059.

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

Color convert

RGB 179 105 250 -
CMYK 0.28 0.58 0 0.02
HSL 270.62º 0.94% 0.7% -
HSV(B) 270.62º 0.58% 0.98% -
XYZ 40.9 26.59 93.42 -
YUV 143.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 179 105 250 0.28 0.58 0 0.02 270.62 0.94 0.7
Hex B3 69 FA 1C 3A 0 2 10F 5E 46
Octal 263 151 372 34 72 0 2 417 136 106
Binary 10110011 1101001 11111010 11100 111010 0 10 100001111 1011110 1000110

Color Harmonies of #B369FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369FA

Black with #B369FA

Text Example


Text Example

White with #B369FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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