Html Css Color HEX #B066FD Medium Purple

📋 copy color: '#B066FD'

red 176 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #B066FD

Tints of Medium Purple #B066FD

RGB

 RED value IS 176 (69.14% from 255) = 33.15%

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

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

R = 33.15%
G = 19.21%
B = 47.65%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B066FD (or 0xB066FD) is known color: Medium Purple. HEX triplet: B0, 66 and FD. RGB value is (176,102,253). Sum of RGB (Red+Green+Blue) = 176+102+253=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #B066FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066FD is #4F9902. Grayscale: #8C8C8C. Windows color (decimal): -5216515 or 16606896. OLE color: 16606896.

HSL color Cylindrical-coordinate representation of color #B066FD: hue angle of 269.4º 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 #B066FD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 102 253 -
CMYK 0.30 0.60 0 0.01
HSL 269.4º 0.97% 0.7% -
HSV(B) 269.4º 0.6% 0.99% -
XYZ 40.39 25.82 95.78 -
YUV 141.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 176 102 253 0.30 0.60 0 0.01 269.4 0.97 0.7
Hex B0 66 FD 1E 3C 0 1 10D 61 46
Octal 260 146 375 36 74 0 1 415 141 106
Binary 10110000 1100110 11111101 11110 111100 0 1 100001101 1100001 1000110

Color Harmonies of #B066FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066FD

Black with #B066FD

Text Example


Text Example

White with #B066FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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