Html Css Color HEX #B266FE Medium Purple

📋 copy color: '#B266FE'

red 178 ◦ green 102 ◦ blue 254

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

Shades of Medium Purple #B266FE

Tints of Medium Purple #B266FE

RGB

 RED value IS 178 (69.92% from 255) = 33.33%

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

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 33.33%
G = 19.1%
B = 47.57%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B266FE (or 0xB266FE) is known color: Medium Purple. HEX triplet: B2, 66 and FE. RGB value is (178,102,254). Sum of RGB (Red+Green+Blue) = 178+102+254=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #B266FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266FE is #4D9901. Grayscale: #8D8D8D. Windows color (decimal): -5085442 or 16672434. OLE color: 16672434.

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

Color convert

RGB 178 102 254 -
CMYK 0.30 0.60 0 0.00
HSL 270º 0.99% 0.7% -
HSV(B) 270º 0.6% 1% -
XYZ 41 26.12 96.65 -
YUV 142.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 178 102 254 0.30 0.60 0 0.00 270 0.99 0.7
Hex B2 66 FE 1E 3C 0 0 10E 63 46
Octal 262 146 376 36 74 0 0 416 143 106
Binary 10110010 1100110 11111110 11110 111100 0 0 100001110 1100011 1000110

Color Harmonies of #B266FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266FE

Black with #B266FE

Text Example


Text Example

White with #B266FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266FE; }

 p { color: rgb(178,102,254); }

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

background-color css

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

 a { background-color: rgb(178,102,254); }

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

border-color css

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

 span { border-color: rgb(178,102,254); }

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