Html Css Color HEX #B970FF Heliotrope

📋 copy color: '#B970FF'

red 185 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #B970FF

Tints of Heliotrope #B970FF

RGB

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

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

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

R = 33.51%
G = 20.29%
B = 46.2%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B970FF (or 0xB970FF) is known color: Heliotrope. HEX triplet: B9, 70 and FF. RGB value is (185,112,255). Sum of RGB (Red+Green+Blue) = 185+112+255=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B970FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970FF is #468F00. Grayscale: #959595. Windows color (decimal): -4624129 or 16740537. OLE color: 16740537.

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

Color convert

RGB 185 112 255 -
CMYK 0.27 0.56 0 0
HSL 270.63º 1% 0.72% -
HSV(B) 270.63º 0.56% 1% -
XYZ 43.85 29.12 97.92 -
YUV 150.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 185 112 255 0.27 0.56 0 0 270.63 1 0.72
Hex B9 70 FF 1B 38 0 0 10F 64 48
Octal 271 160 377 33 70 0 0 417 144 110
Binary 10111001 1110000 11111111 11011 111000 0 0 100001111 1100100 1001000

Color Harmonies of #B970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970FF

Black with #B970FF

Text Example


Text Example

White with #B970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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