Html Css Color HEX #B266F9 Medium Purple

📋 copy color: '#B266F9'

red 178 ◦ green 102 ◦ blue 249

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

Shades of Medium Purple #B266F9

Tints of Medium Purple #B266F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 33.65%
G = 19.28%
B = 47.07%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B266F9 (or 0xB266F9) is known color: Medium Purple. HEX triplet: B2, 66 and F9. RGB value is (178,102,249). Sum of RGB (Red+Green+Blue) = 178+102+249=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #B266F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266F9 is #4D9906. Grayscale: #8C8C8C. Windows color (decimal): -5085447 or 16344754. OLE color: 16344754.

HSL color Cylindrical-coordinate representation of color #B266F9: hue angle of 271.02º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B266F9 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 102 249 -
CMYK 0.29 0.59 0 0.02
HSL 271.02º 0.92% 0.69% -
HSV(B) 271.02º 0.59% 0.98% -
XYZ 40.21 25.81 92.48 -
YUV 141.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 178 102 249 0.29 0.59 0 0.02 271.02 0.92 0.69
Hex B2 66 F9 1D 3B 0 2 10F 5C 45
Octal 262 146 371 35 73 0 2 417 134 105
Binary 10110010 1100110 11111001 11101 111011 0 10 100001111 1011100 1000101

Color Harmonies of #B266F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266F9

Black with #B266F9

Text Example


Text Example

White with #B266F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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