Html Css Color HEX #B265F8 Medium Purple

📋 copy color: '#B265F8'

red 178 ◦ green 101 ◦ blue 248

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

Shades of Medium Purple #B265F8

Tints of Medium Purple #B265F8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.17%

 BLUE value IS 248 (97.27% from 255) = 47.06%

R = 33.78%
G = 19.17%
B = 47.06%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B265F8 (or 0xB265F8) is known color: Medium Purple. HEX triplet: B2, 65 and F8. RGB value is (178,101,248). Sum of RGB (Red+Green+Blue) = 178+101+248=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #B265F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265F8 is #4D9A07. Grayscale: #8C8C8C. Windows color (decimal): -5085704 or 16278962. OLE color: 16278962.

HSL color Cylindrical-coordinate representation of color #B265F8: hue angle of 271.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B265F8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 101 248 -
CMYK 0.28 0.59 0 0.03
HSL 271.43º 0.91% 0.68% -
HSV(B) 271.43º 0.59% 0.97% -
XYZ 39.96 25.55 91.63 -
YUV 140.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 178 101 248 0.28 0.59 0 0.03 271.43 0.91 0.68
Hex B2 65 F8 1C 3B 0 3 10F 5B 44
Octal 262 145 370 34 73 0 3 417 133 104
Binary 10110010 1100101 11111000 11100 111011 0 11 100001111 1011011 1000100

Color Harmonies of #B265F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265F8

Black with #B265F8

Text Example


Text Example

White with #B265F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265F8; }

 p { color: rgb(178,101,248); }

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

background-color css

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

 a { background-color: rgb(178,101,248); }

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

border-color css

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

 span { border-color: rgb(178,101,248); }

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