Html Css Color HEX #B264F9 Medium Purple

📋 copy color: '#B264F9'

red 178 ◦ green 100 ◦ blue 249

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

Shades of Medium Purple #B264F9

Tints of Medium Purple #B264F9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

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

R = 33.78%
G = 18.98%
B = 47.25%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B264F9 (or 0xB264F9) is known color: Medium Purple. HEX triplet: B2, 64 and F9. RGB value is (178,100,249). Sum of RGB (Red+Green+Blue) = 178+100+249=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #B264F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264F9 is #4D9B06. Grayscale: #8B8B8B. Windows color (decimal): -5085959 or 16344242. OLE color: 16344242.

HSL color Cylindrical-coordinate representation of color #B264F9: hue angle of 271.41º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B264F9 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 100 249 -
CMYK 0.29 0.60 0 0.02
HSL 271.41º 0.93% 0.68% -
HSV(B) 271.41º 0.6% 0.98% -
XYZ 40.02 25.42 92.42 -
YUV 140.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 178 100 249 0.29 0.60 0 0.02 271.41 0.93 0.68
Hex B2 64 F9 1D 3C 0 2 10F 5D 44
Octal 262 144 371 35 74 0 2 417 135 104
Binary 10110010 1100100 11111001 11101 111100 0 10 100001111 1011101 1000100

Color Harmonies of #B264F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264F9

Black with #B264F9

Text Example


Text Example

White with #B264F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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