Html Css Color HEX #B065FA Medium Purple

📋 copy color: '#B065FA'

red 176 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #B065FA

Tints of Medium Purple #B065FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 33.4%
G = 19.17%
B = 47.44%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B065FA (or 0xB065FA) is known color: Medium Purple. HEX triplet: B0, 65 and FA. RGB value is (176,101,250). Sum of RGB (Red+Green+Blue) = 176+101+250=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B065FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065FA is #4F9A05. Grayscale: #8B8B8B. Windows color (decimal): -5216774 or 16410032. OLE color: 16410032.

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

Color convert

RGB 176 101 250 -
CMYK 0.30 0.60 0 0.02
HSL 270.2º 0.94% 0.69% -
HSV(B) 270.2º 0.6% 0.98% -
XYZ 39.81 25.44 93.25 -
YUV 140.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 176 101 250 0.30 0.60 0 0.02 270.2 0.94 0.69
Hex B0 65 FA 1E 3C 0 2 10E 5E 45
Octal 260 145 372 36 74 0 2 416 136 105
Binary 10110000 1100101 11111010 11110 111100 0 10 100001110 1011110 1000101

Color Harmonies of #B065FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065FA

Black with #B065FA

Text Example


Text Example

White with #B065FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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