Html Css Color HEX #B066FC Medium Purple

📋 copy color: '#B066FC'

red 176 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #B066FC

Tints of Medium Purple #B066FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 33.21%
G = 19.25%
B = 47.55%

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

#B066FC (or 0xB066FC) is known color: Medium Purple. HEX triplet: B0, 66 and FC. RGB value is (176,102,252). Sum of RGB (Red+Green+Blue) = 176+102+252=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B066FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066FC is #4F9903. Grayscale: #8C8C8C. Windows color (decimal): -5216516 or 16541360. OLE color: 16541360.

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

Color convert

RGB 176 102 252 -
CMYK 0.30 0.60 0 0.01
HSL 269.6º 0.96% 0.69% -
HSV(B) 269.6º 0.6% 0.99% -
XYZ 40.23 25.76 94.95 -
YUV 141.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 176 102 252 0.30 0.60 0 0.01 269.6 0.96 0.69
Hex B0 66 FC 1E 3C 0 1 10E 60 45
Octal 260 146 374 36 74 0 1 416 140 105
Binary 10110000 1100110 11111100 11110 111100 0 1 100001110 1100000 1000101

Color Harmonies of #B066FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066FC

Black with #B066FC

Text Example


Text Example

White with #B066FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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