Html Css Color HEX #B366FD Medium Purple

📋 copy color: '#B366FD'

red 179 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #B366FD

Tints of Medium Purple #B366FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.1%

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 33.52%
G = 19.1%
B = 47.38%

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

#B366FD (or 0xB366FD) is known color: Medium Purple. HEX triplet: B3, 66 and FD. RGB value is (179,102,253). Sum of RGB (Red+Green+Blue) = 179+102+253=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #B366FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FD is #4C9902. Grayscale: #8D8D8D. Windows color (decimal): -5019907 or 16606899. OLE color: 16606899.

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

Color convert

RGB 179 102 253 -
CMYK 0.29 0.60 0 0.01
HSL 270.6º 0.97% 0.7% -
HSV(B) 270.6º 0.6% 0.99% -
XYZ 41.07 26.18 95.82 -
YUV 142.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 179 102 253 0.29 0.60 0 0.01 270.6 0.97 0.7
Hex B3 66 FD 1D 3C 0 1 10F 61 46
Octal 263 146 375 35 74 0 1 417 141 106
Binary 10110011 1100110 11111101 11101 111100 0 1 100001111 1100001 1000110

Color Harmonies of #B366FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366FD

Black with #B366FD

Text Example


Text Example

White with #B366FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366FD; }

 p { color: rgb(179,102,253); }

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

background-color css

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

 a { background-color: rgb(179,102,253); }

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

border-color css

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

 span { border-color: rgb(179,102,253); }

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