Html Css Color HEX #B066F2 Medium Purple

📋 copy color: '#B066F2'

red 176 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #B066F2

Tints of Medium Purple #B066F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 33.85%
G = 19.62%
B = 46.54%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B066F2 (or 0xB066F2) is known color: Medium Purple. HEX triplet: B0, 66 and F2. RGB value is (176,102,242). Sum of RGB (Red+Green+Blue) = 176+102+242=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #B066F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066F2 is #4F990D. Grayscale: #8B8B8B. Windows color (decimal): -5216526 or 15886000. OLE color: 15886000.

HSL color Cylindrical-coordinate representation of color #B066F2: hue angle of 271.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B066F2 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 102 242 -
CMYK 0.27 0.58 0 0.05
HSL 271.71º 0.84% 0.67% -
HSV(B) 271.71º 0.58% 0.95% -
XYZ 38.68 25.14 86.82 -
YUV 140.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 176 102 242 0.27 0.58 0 0.05 271.71 0.84 0.67
Hex B0 66 F2 1B 3A 0 5 110 54 43
Octal 260 146 362 33 72 0 5 420 124 103
Binary 10110000 1100110 11110010 11011 111010 0 101 100010000 1010100 1000011

Color Harmonies of #B066F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066F2

Black with #B066F2

Text Example


Text Example

White with #B066F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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