Html Css Color HEX #BF6BFD Heliotrope

📋 copy color: '#BF6BFD'

red 191 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #BF6BFD

Tints of Heliotrope #BF6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.42%

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

R = 34.66%
G = 19.42%
B = 45.92%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF6BFD (or 0xBF6BFD) is known color: Heliotrope. HEX triplet: BF, 6B and FD. RGB value is (191,107,253). Sum of RGB (Red+Green+Blue) = 191+107+253=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFD is #409402. Grayscale: #949494. Windows color (decimal): -4232195 or 16608191. OLE color: 16608191.

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

Color convert

RGB 191 107 253 -
CMYK 0.25 0.58 0 0.01
HSL 274.52º 0.97% 0.71% -
HSV(B) 274.52º 0.58% 0.99% -
XYZ 44.47 28.68 96.12 -
YUV 148.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 191 107 253 0.25 0.58 0 0.01 274.52 0.97 0.71
Hex BF 6B FD 19 3A 0 1 113 61 47
Octal 277 153 375 31 72 0 1 423 141 107
Binary 10111111 1101011 11111101 11001 111010 0 1 100010011 1100001 1000111

Color Harmonies of #BF6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BFD

Black with #BF6BFD

Text Example


Text Example

White with #BF6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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