Html Css Color HEX #BF81FA Heliotrope

📋 copy color: '#BF81FA'

red 191 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #BF81FA

Tints of Heliotrope #BF81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 33.51%
G = 22.63%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF81FA (or 0xBF81FA) is known color: Heliotrope. HEX triplet: BF, 81 and FA. RGB value is (191,129,250). Sum of RGB (Red+Green+Blue) = 191+129+250=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81FA is #407E05. Grayscale: #A0A0A0. Windows color (decimal): -4226566 or 16417215. OLE color: 16417215.

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

Color convert

RGB 191 129 250 -
CMYK 0.24 0.48 0 0.02
HSL 270.74º 0.92% 0.74% -
HSV(B) 270.74º 0.48% 0.98% -
XYZ 46.59 33.68 94.49 -
YUV 161.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 191 129 250 0.24 0.48 0 0.02 270.74 0.92 0.74
Hex BF 81 FA 18 30 0 2 10F 5C 4A
Octal 277 201 372 30 60 0 2 417 134 112
Binary 10111111 10000001 11111010 11000 110000 0 10 100001111 1011100 1001010

Color Harmonies of #BF81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81FA

Black with #BF81FA

Text Example


Text Example

White with #BF81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81FA; }

 p { color: rgb(191,129,250); }

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

background-color css

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

 a { background-color: rgb(191,129,250); }

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

border-color css

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

 span { border-color: rgb(191,129,250); }

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