Html Css Color HEX #BF67F3 Heliotrope

📋 copy color: '#BF67F3'

red 191 ◦ green 103 ◦ blue 243

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

Shades of Heliotrope #BF67F3

Tints of Heliotrope #BF67F3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.18%

 BLUE value IS 243 (95.31% from 255) = 45.25%

R = 35.57%
G = 19.18%
B = 45.25%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF67F3 (or 0xBF67F3) is known color: Heliotrope. HEX triplet: BF, 67 and F3. RGB value is (191,103,243). Sum of RGB (Red+Green+Blue) = 191+103+243=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF67F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67F3 is #40980C. Grayscale: #909090. Windows color (decimal): -4233229 or 15951807. OLE color: 15951807.

HSL color Cylindrical-coordinate representation of color #BF67F3: hue angle of 277.71º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF67F3 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 103 243 -
CMYK 0.21 0.58 0 0.05
HSL 277.71º 0.85% 0.68% -
HSV(B) 277.71º 0.58% 0.95% -
XYZ 42.51 27.25 87.81 -
YUV 145.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 191 103 243 0.21 0.58 0 0.05 277.71 0.85 0.68
Hex BF 67 F3 15 3A 0 5 116 55 44
Octal 277 147 363 25 72 0 5 426 125 104
Binary 10111111 1100111 11110011 10101 111010 0 101 100010110 1010101 1000100

Color Harmonies of #BF67F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67F3

Black with #BF67F3

Text Example


Text Example

White with #BF67F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67F3; }

 p { color: rgb(191,103,243); }

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

background-color css

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

 a { background-color: rgb(191,103,243); }

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

border-color css

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

 span { border-color: rgb(191,103,243); }

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