Html Css Color HEX #BF5CFB Heliotrope

📋 copy color: '#BF5CFB'

red 191 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #BF5CFB

Tints of Heliotrope #BF5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.23%

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

R = 35.77%
G = 17.23%
B = 47%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF5CFB (or 0xBF5CFB) is known color: Heliotrope. HEX triplet: BF, 5C and FB. RGB value is (191,92,251). Sum of RGB (Red+Green+Blue) = 191+92+251=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFB is #40A304. Grayscale: #8B8B8B. Windows color (decimal): -4236037 or 16473279. OLE color: 16473279.

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

Color convert

RGB 191 92 251 -
CMYK 0.24 0.63 0 0.02
HSL 277.36º 0.95% 0.67% -
HSV(B) 277.36º 0.63% 0.98% -
XYZ 42.73 25.7 93.97 -
YUV 139.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 191 92 251 0.24 0.63 0 0.02 277.36 0.95 0.67
Hex BF 5C FB 18 3F 0 2 115 5F 43
Octal 277 134 373 30 77 0 2 425 137 103
Binary 10111111 1011100 11111011 11000 111111 0 10 100010101 1011111 1000011

Color Harmonies of #BF5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CFB

Black with #BF5CFB

Text Example


Text Example

White with #BF5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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