Html Css Color HEX #BE70FC Heliotrope

📋 copy color: '#BE70FC'

red 190 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #BE70FC

Tints of Heliotrope #BE70FC

RGB

 RED value IS 190 (74.61% from 255) = 34.3%

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 34.3%
G = 20.22%
B = 45.49%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE70FC (or 0xBE70FC) is known color: Heliotrope. HEX triplet: BE, 70 and FC. RGB value is (190,112,252). Sum of RGB (Red+Green+Blue) = 190+112+252=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE70FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70FC is #418F03. Grayscale: #969696. Windows color (decimal): -4296452 or 16543934. OLE color: 16543934.

HSL color Cylindrical-coordinate representation of color #BE70FC: hue angle of 273.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE70FC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 112 252 -
CMYK 0.25 0.56 0 0.01
HSL 273.43º 0.96% 0.71% -
HSV(B) 273.43º 0.56% 0.99% -
XYZ 44.6 29.56 95.45 -
YUV 151.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 190 112 252 0.25 0.56 0 0.01 273.43 0.96 0.71
Hex BE 70 FC 19 38 0 1 111 60 47
Octal 276 160 374 31 70 0 1 421 140 107
Binary 10111110 1110000 11111100 11001 111000 0 1 100010001 1100000 1000111

Color Harmonies of #BE70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70FC

Black with #BE70FC

Text Example


Text Example

White with #BE70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70FC; }

 p { color: rgb(190,112,252); }

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

background-color css

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

 a { background-color: rgb(190,112,252); }

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

border-color css

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

 span { border-color: rgb(190,112,252); }

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