Html Css Color HEX #BF6CFD Heliotrope

📋 copy color: '#BF6CFD'

red 191 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #BF6CFD

Tints of Heliotrope #BF6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.57%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 34.6%
G = 19.57%
B = 45.83%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF6CFD (or 0xBF6CFD) is known color: Heliotrope. HEX triplet: BF, 6C and FD. RGB value is (191,108,253). Sum of RGB (Red+Green+Blue) = 191+108+253=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CFD is #409302. Grayscale: #949494. Windows color (decimal): -4231939 or 16608447. OLE color: 16608447.

HSL color Cylindrical-coordinate representation of color #BF6CFD: hue angle of 274.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6CFD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 108 253 -
CMYK 0.25 0.57 0 0.01
HSL 274.34º 0.97% 0.71% -
HSV(B) 274.34º 0.57% 0.99% -
XYZ 44.58 28.89 96.16 -
YUV 149.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 191 108 253 0.25 0.57 0 0.01 274.34 0.97 0.71
Hex BF 6C FD 19 39 0 1 112 61 47
Octal 277 154 375 31 71 0 1 422 141 107
Binary 10111111 1101100 11111101 11001 111001 0 1 100010010 1100001 1000111

Color Harmonies of #BF6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CFD

Black with #BF6CFD

Text Example


Text Example

White with #BF6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CFD; }

 p { color: rgb(191,108,253); }

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

background-color css

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

 a { background-color: rgb(191,108,253); }

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

border-color css

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

 span { border-color: rgb(191,108,253); }

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