Html Css Color HEX #BE6BFD Heliotrope

📋 copy color: '#BE6BFD'

red 190 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #BE6BFD

Tints of Heliotrope #BE6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 34.55%
G = 19.45%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE6BFD (or 0xBE6BFD) is known color: Heliotrope. HEX triplet: BE, 6B and FD. RGB value is (190,107,253). Sum of RGB (Red+Green+Blue) = 190+107+253=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BFD is #419402. Grayscale: #939393. Windows color (decimal): -4297731 or 16608190. OLE color: 16608190.

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

Color convert

RGB 190 107 253 -
CMYK 0.25 0.58 0 0.01
HSL 274.11º 0.97% 0.71% -
HSV(B) 274.11º 0.58% 0.99% -
XYZ 44.22 28.55 96.11 -
YUV 148.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 190 107 253 0.25 0.58 0 0.01 274.11 0.97 0.71
Hex BE 6B FD 19 3A 0 1 112 61 47
Octal 276 153 375 31 72 0 1 422 141 107
Binary 10111110 1101011 11111101 11001 111010 0 1 100010010 1100001 1000111

Color Harmonies of #BE6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BFD

Black with #BE6BFD

Text Example


Text Example

White with #BE6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BFD; }

 p { color: rgb(190,107,253); }

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

background-color css

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

 a { background-color: rgb(190,107,253); }

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

border-color css

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

 span { border-color: rgb(190,107,253); }

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