Html Css Color HEX #B970FA Heliotrope

📋 copy color: '#B970FA'

red 185 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #B970FA

Tints of Heliotrope #B970FA

RGB

 RED value IS 185 (72.66% from 255) = 33.82%

 GREEN value IS 112 (44.14% from 255) = 20.48%

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

R = 33.82%
G = 20.48%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B970FA (or 0xB970FA) is known color: Heliotrope. HEX triplet: B9, 70 and FA. RGB value is (185,112,250). Sum of RGB (Red+Green+Blue) = 185+112+250=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #B970FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970FA is #468F05. Grayscale: #959595. Windows color (decimal): -4624134 or 16412857. OLE color: 16412857.

HSL color Cylindrical-coordinate representation of color #B970FA: hue angle of 271.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B970FA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 112 250 -
CMYK 0.26 0.55 0 0.02
HSL 271.74º 0.93% 0.71% -
HSV(B) 271.74º 0.55% 0.98% -
XYZ 43.06 28.8 93.73 -
YUV 149.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 185 112 250 0.26 0.55 0 0.02 271.74 0.93 0.71
Hex B9 70 FA 1A 37 0 2 110 5D 47
Octal 271 160 372 32 67 0 2 420 135 107
Binary 10111001 1110000 11111010 11010 110111 0 10 100010000 1011101 1000111

Color Harmonies of #B970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970FA

Black with #B970FA

Text Example


Text Example

White with #B970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970FA; }

 p { color: rgb(185,112,250); }

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

background-color css

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

 a { background-color: rgb(185,112,250); }

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

border-color css

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

 span { border-color: rgb(185,112,250); }

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