Html Css Color HEX #BF62FF Heliotrope

📋 copy color: '#BF62FF'

red 191 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #BF62FF

Tints of Heliotrope #BF62FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.01%

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

R = 35.11%
G = 18.01%
B = 46.88%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF62FF (or 0xBF62FF) is known color: Heliotrope. HEX triplet: BF, 62 and FF. RGB value is (191,98,255). Sum of RGB (Red+Green+Blue) = 191+98+255=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF62FF is #409D00. Grayscale: #8F8F8F. Windows color (decimal): -4234497 or 16736959. OLE color: 16736959.

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

Color convert

RGB 191 98 255 -
CMYK 0.25 0.62 0 0
HSL 275.54º 1% 0.69% -
HSV(B) 275.54º 0.62% 1% -
XYZ 43.9 27.03 97.51 -
YUV 143.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 191 98 255 0.25 0.62 0 0 275.54 1 0.69
Hex BF 62 FF 19 3E 0 0 114 64 45
Octal 277 142 377 31 76 0 0 424 144 105
Binary 10111111 1100010 11111111 11001 111110 0 0 100010100 1100100 1000101

Color Harmonies of #BF62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62FF

Black with #BF62FF

Text Example


Text Example

White with #BF62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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