Html Css Color HEX #B065FE Medium Purple

📋 copy color: '#B065FE'

red 176 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #B065FE

Tints of Medium Purple #B065FE

RGB

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

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

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

R = 33.15%
G = 19.02%
B = 47.83%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B065FE (or 0xB065FE) is known color: Medium Purple. HEX triplet: B0, 65 and FE. RGB value is (176,101,254). Sum of RGB (Red+Green+Blue) = 176+101+254=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B065FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065FE is #4F9A01. Grayscale: #8C8C8C. Windows color (decimal): -5216770 or 16672176. OLE color: 16672176.

HSL color Cylindrical-coordinate representation of color #B065FE: hue angle of 269.41º 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 #B065FE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 101 254 -
CMYK 0.31 0.60 0 0.00
HSL 269.41º 0.99% 0.7% -
HSV(B) 269.41º 0.6% 1% -
XYZ 40.45 25.69 96.59 -
YUV 140.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 176 101 254 0.31 0.60 0 0.00 269.41 0.99 0.7
Hex B0 65 FE 1F 3C 0 0 10D 63 46
Octal 260 145 376 37 74 0 0 415 143 106
Binary 10110000 1100101 11111110 11111 111100 0 0 100001101 1100011 1000110

Color Harmonies of #B065FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065FE

Black with #B065FE

Text Example


Text Example

White with #B065FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065FE; }

 p { color: rgb(176,101,254); }

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

background-color css

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

 a { background-color: rgb(176,101,254); }

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

border-color css

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

 span { border-color: rgb(176,101,254); }

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