Html Css Color HEX #BF83FE Heliotrope

📋 copy color: '#BF83FE'

red 191 ◦ green 131 ◦ blue 254

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

Shades of Heliotrope #BF83FE

Tints of Heliotrope #BF83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.74%

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

R = 33.16%
G = 22.74%
B = 44.1%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF83FE (or 0xBF83FE) is known color: Heliotrope. HEX triplet: BF, 83 and FE. RGB value is (191,131,254). Sum of RGB (Red+Green+Blue) = 191+131+254=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83FE is #407C01. Grayscale: #A2A2A2. Windows color (decimal): -4226050 or 16679871. OLE color: 16679871.

HSL color Cylindrical-coordinate representation of color #BF83FE: hue angle of 269.27º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF83FE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 131 254 -
CMYK 0.25 0.48 0 0.00
HSL 269.27º 0.98% 0.75% -
HSV(B) 269.27º 0.48% 1% -
XYZ 47.49 34.46 97.92 -
YUV 162.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 191 131 254 0.25 0.48 0 0.00 269.27 0.98 0.75
Hex BF 83 FE 19 30 0 0 10D 62 4B
Octal 277 203 376 31 60 0 0 415 142 113
Binary 10111111 10000011 11111110 11001 110000 0 0 100001101 1100010 1001011

Color Harmonies of #BF83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83FE

Black with #BF83FE

Text Example


Text Example

White with #BF83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83FE; }

 p { color: rgb(191,131,254); }

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

background-color css

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

 a { background-color: rgb(191,131,254); }

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

border-color css

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

 span { border-color: rgb(191,131,254); }

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