Html Css Color HEX #BF70FB Heliotrope

📋 copy color: '#BF70FB'

red 191 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #BF70FB

Tints of Heliotrope #BF70FB

RGB

 RED value IS 191 (75% from 255) = 34.48%

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 34.48%
G = 20.22%
B = 45.31%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF70FB (or 0xBF70FB) is known color: Heliotrope. HEX triplet: BF, 70 and FB. RGB value is (191,112,251). Sum of RGB (Red+Green+Blue) = 191+112+251=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70FB is #408F04. Grayscale: #969696. Windows color (decimal): -4230917 or 16478399. OLE color: 16478399.

HSL color Cylindrical-coordinate representation of color #BF70FB: hue angle of 274.1º degrees, saturation: 0.95, 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 #BF70FB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 112 251 -
CMYK 0.24 0.55 0 0.02
HSL 274.1º 0.95% 0.71% -
HSV(B) 274.1º 0.55% 0.98% -
XYZ 44.69 29.63 94.63 -
YUV 151.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 191 112 251 0.24 0.55 0 0.02 274.1 0.95 0.71
Hex BF 70 FB 18 37 0 2 112 5F 47
Octal 277 160 373 30 67 0 2 422 137 107
Binary 10111111 1110000 11111011 11000 110111 0 10 100010010 1011111 1000111

Color Harmonies of #BF70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70FB

Black with #BF70FB

Text Example


Text Example

White with #BF70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70FB; }

 p { color: rgb(191,112,251); }

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

background-color css

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

 a { background-color: rgb(191,112,251); }

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

border-color css

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

 span { border-color: rgb(191,112,251); }

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