Html Css Color HEX #BF7BEF Heliotrope

📋 copy color: '#BF7BEF'

red 191 ◦ green 123 ◦ blue 239

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

Shades of Heliotrope #BF7BEF

Tints of Heliotrope #BF7BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 34.54%
G = 22.24%
B = 43.22%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF7BEF (or 0xBF7BEF) is known color: Heliotrope. HEX triplet: BF, 7B and EF. RGB value is (191,123,239). Sum of RGB (Red+Green+Blue) = 191+123+239=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BEF is #408410. Grayscale: #9C9C9C. Windows color (decimal): -4228113 or 15694783. OLE color: 15694783.

HSL color Cylindrical-coordinate representation of color #BF7BEF: hue angle of 275.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF7BEF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 123 239 -
CMYK 0.20 0.49 0 0.06
HSL 275.17º 0.78% 0.71% -
HSV(B) 275.17º 0.49% 0.94% -
XYZ 44.15 31.47 85.41 -
YUV 156.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 191 123 239 0.20 0.49 0 0.06 275.17 0.78 0.71
Hex BF 7B EF 14 31 0 6 113 4E 47
Octal 277 173 357 24 61 0 6 423 116 107
Binary 10111111 1111011 11101111 10100 110001 0 110 100010011 1001110 1000111

Color Harmonies of #BF7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BEF

Black with #BF7BEF

Text Example


Text Example

White with #BF7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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