Html Css Color HEX #BF68FF Heliotrope

📋 copy color: '#BF68FF'

red 191 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #BF68FF

Tints of Heliotrope #BF68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.91%

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

R = 34.73%
G = 18.91%
B = 46.36%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF68FF (or 0xBF68FF) is known color: Heliotrope. HEX triplet: BF, 68 and FF. RGB value is (191,104,255). Sum of RGB (Red+Green+Blue) = 191+104+255=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68FF is #409700. Grayscale: #929292. Windows color (decimal): -4232961 or 16738495. OLE color: 16738495.

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

Color convert

RGB 191 104 255 -
CMYK 0.25 0.59 0 0
HSL 274.57º 1% 0.7% -
HSV(B) 274.57º 0.59% 1% -
XYZ 44.49 28.2 97.71 -
YUV 147.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 191 104 255 0.25 0.59 0 0 274.57 1 0.7
Hex BF 68 FF 19 3B 0 0 113 64 46
Octal 277 150 377 31 73 0 0 423 144 106
Binary 10111111 1101000 11111111 11001 111011 0 0 100010011 1100100 1000110

Color Harmonies of #BF68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68FF

Black with #BF68FF

Text Example


Text Example

White with #BF68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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