Html Css Color HEX #BF7BFA Heliotrope

📋 copy color: '#BF7BFA'

red 191 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #BF7BFA

Tints of Heliotrope #BF7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

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

R = 33.87%
G = 21.81%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF7BFA (or 0xBF7BFA) is known color: Heliotrope. HEX triplet: BF, 7B and FA. RGB value is (191,123,250). Sum of RGB (Red+Green+Blue) = 191+123+250=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BFA is #408405. Grayscale: #9D9D9D. Windows color (decimal): -4228102 or 16415679. OLE color: 16415679.

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

Color convert

RGB 191 123 250 -
CMYK 0.24 0.51 0 0.02
HSL 272.13º 0.93% 0.73% -
HSV(B) 272.13º 0.51% 0.98% -
XYZ 45.82 32.14 94.23 -
YUV 157.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 191 123 250 0.24 0.51 0 0.02 272.13 0.93 0.73
Hex BF 7B FA 18 33 0 2 110 5D 49
Octal 277 173 372 30 63 0 2 420 135 111
Binary 10111111 1111011 11111010 11000 110011 0 10 100010000 1011101 1001001

Color Harmonies of #BF7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BFA

Black with #BF7BFA

Text Example


Text Example

White with #BF7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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