Html Css Color HEX #BE6CFB Heliotrope

📋 copy color: '#BE6CFB'

red 190 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #BE6CFB

Tints of Heliotrope #BE6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.67%

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

R = 34.61%
G = 19.67%
B = 45.72%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE6CFB (or 0xBE6CFB) is known color: Heliotrope. HEX triplet: BE, 6C and FB. RGB value is (190,108,251). Sum of RGB (Red+Green+Blue) = 190+108+251=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFB is #419304. Grayscale: #949494. Windows color (decimal): -4297477 or 16477374. OLE color: 16477374.

HSL color Cylindrical-coordinate representation of color #BE6CFB: hue angle of 274.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6CFB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 108 251 -
CMYK 0.24 0.57 0 0.02
HSL 274.41º 0.95% 0.7% -
HSV(B) 274.41º 0.57% 0.98% -
XYZ 44.01 28.64 94.47 -
YUV 148.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 190 108 251 0.24 0.57 0 0.02 274.41 0.95 0.7
Hex BE 6C FB 18 39 0 2 112 5F 46
Octal 276 154 373 30 71 0 2 422 137 106
Binary 10111110 1101100 11111011 11000 111001 0 10 100010010 1011111 1000110

Color Harmonies of #BE6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CFB

Black with #BE6CFB

Text Example


Text Example

White with #BE6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CFB; }

 p { color: rgb(190,108,251); }

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

background-color css

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

 a { background-color: rgb(190,108,251); }

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

border-color css

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

 span { border-color: rgb(190,108,251); }

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