Html Css Color HEX #B065FF Medium Purple

📋 copy color: '#B065FF'

red 176 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #B065FF

Tints of Medium Purple #B065FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 33.08%
G = 18.98%
B = 47.93%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B065FF (or 0xB065FF) is known color: Medium Purple. HEX triplet: B0, 65 and FF. RGB value is (176,101,255). Sum of RGB (Red+Green+Blue) = 176+101+255=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B065FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065FF is #4F9A00. Grayscale: #8C8C8C. Windows color (decimal): -5216769 or 16737712. OLE color: 16737712.

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

Color convert

RGB 176 101 255 -
CMYK 0.31 0.60 0 0
HSL 269.22º 1% 0.7% -
HSV(B) 269.22º 0.6% 1% -
XYZ 40.61 25.76 97.44 -
YUV 140.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 176 101 255 0.31 0.60 0 0 269.22 1 0.7
Hex B0 65 FF 1F 3C 0 0 10D 64 46
Octal 260 145 377 37 74 0 0 415 144 106
Binary 10110000 1100101 11111111 11111 111100 0 0 100001101 1100100 1000110

Color Harmonies of #B065FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065FF

Black with #B065FF

Text Example


Text Example

White with #B065FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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