Html Css Color HEX #BF6BFB Heliotrope

📋 copy color: '#BF6BFB'

red 191 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #BF6BFB

Tints of Heliotrope #BF6BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 34.79%
G = 19.49%
B = 45.72%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF6BFB (or 0xBF6BFB) is known color: Heliotrope. HEX triplet: BF, 6B and FB. RGB value is (191,107,251). Sum of RGB (Red+Green+Blue) = 191+107+251=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFB is #409404. Grayscale: #949494. Windows color (decimal): -4232197 or 16477119. OLE color: 16477119.

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

Color convert

RGB 191 107 251 -
CMYK 0.24 0.57 0 0.02
HSL 275º 0.95% 0.7% -
HSV(B) 275º 0.57% 0.98% -
XYZ 44.16 28.56 94.45 -
YUV 148.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 191 107 251 0.24 0.57 0 0.02 275 0.95 0.7
Hex BF 6B FB 18 39 0 2 113 5F 46
Octal 277 153 373 30 71 0 2 423 137 106
Binary 10111111 1101011 11111011 11000 111001 0 10 100010011 1011111 1000110

Color Harmonies of #BF6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BFB

Black with #BF6BFB

Text Example


Text Example

White with #BF6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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