Html Css Color HEX #B970FE Heliotrope

📋 copy color: '#B970FE'

red 185 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #B970FE

Tints of Heliotrope #B970FE

RGB

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

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

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

R = 33.58%
G = 20.33%
B = 46.1%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B970FE (or 0xB970FE) is known color: Heliotrope. HEX triplet: B9, 70 and FE. RGB value is (185,112,254). Sum of RGB (Red+Green+Blue) = 185+112+254=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B970FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970FE is #468F01. Grayscale: #959595. Windows color (decimal): -4624130 or 16675001. OLE color: 16675001.

HSL color Cylindrical-coordinate representation of color #B970FE: hue angle of 270.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B970FE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 112 254 -
CMYK 0.27 0.56 0 0.00
HSL 270.85º 0.99% 0.72% -
HSV(B) 270.85º 0.56% 1% -
XYZ 43.69 29.06 97.07 -
YUV 150.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 185 112 254 0.27 0.56 0 0.00 270.85 0.99 0.72
Hex B9 70 FE 1B 38 0 0 10F 63 48
Octal 271 160 376 33 70 0 0 417 143 110
Binary 10111001 1110000 11111110 11011 111000 0 0 100001111 1100011 1001000

Color Harmonies of #B970FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970FE

Black with #B970FE

Text Example


Text Example

White with #B970FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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