Html Css Color HEX #BF58FF Heliotrope

📋 copy color: '#BF58FF'

red 191 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #BF58FF

Tints of Heliotrope #BF58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.48%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 35.77%
G = 16.48%
B = 47.75%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF58FF (or 0xBF58FF) is known color: Heliotrope. HEX triplet: BF, 58 and FF. RGB value is (191,88,255). Sum of RGB (Red+Green+Blue) = 191+88+255=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF58FF is #40A700. Grayscale: #898989. Windows color (decimal): -4237057 or 16734399. OLE color: 16734399.

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

Color convert

RGB 191 88 255 -
CMYK 0.25 0.65 0 0
HSL 277.01º 1% 0.67% -
HSV(B) 277.01º 0.65% 1% -
XYZ 43.03 25.28 97.22 -
YUV 137.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 191 88 255 0.25 0.65 0 0 277.01 1 0.67
Hex BF 58 FF 19 41 0 0 115 64 43
Octal 277 130 377 31 101 0 0 425 144 103
Binary 10111111 1011000 11111111 11001 1000001 0 0 100010101 1100100 1000011

Color Harmonies of #BF58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58FF

Black with #BF58FF

Text Example


Text Example

White with #BF58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58FF; }

 p { color: rgb(191,88,255); }

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

background-color css

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

 a { background-color: rgb(191,88,255); }

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

border-color css

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

 span { border-color: rgb(191,88,255); }

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