Html Css Color HEX #BE66FE Heliotrope

📋 copy color: '#BE66FE'

red 190 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #BE66FE

Tints of Heliotrope #BE66FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.68%

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

R = 34.8%
G = 18.68%
B = 46.52%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE66FE (or 0xBE66FE) is known color: Heliotrope. HEX triplet: BE, 66 and FE. RGB value is (190,102,254). Sum of RGB (Red+Green+Blue) = 190+102+254=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66FE is #419901. Grayscale: #919191. Windows color (decimal): -4299010 or 16672446. OLE color: 16672446.

HSL color Cylindrical-coordinate representation of color #BE66FE: hue angle of 274.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE66FE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 102 254 -
CMYK 0.25 0.60 0 0.00
HSL 274.74º 0.99% 0.7% -
HSV(B) 274.74º 0.6% 1% -
XYZ 43.88 27.61 96.78 -
YUV 145.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 190 102 254 0.25 0.60 0 0.00 274.74 0.99 0.7
Hex BE 66 FE 19 3C 0 0 113 63 46
Octal 276 146 376 31 74 0 0 423 143 106
Binary 10111110 1100110 11111110 11001 111100 0 0 100010011 1100011 1000110

Color Harmonies of #BE66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66FE

Black with #BE66FE

Text Example


Text Example

White with #BE66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66FE; }

 p { color: rgb(190,102,254); }

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

background-color css

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

 a { background-color: rgb(190,102,254); }

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

border-color css

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

 span { border-color: rgb(190,102,254); }

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