Html Css Color HEX #BF55FF Heliotrope

📋 copy color: '#BF55FF'

red 191 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #BF55FF

Tints of Heliotrope #BF55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 35.97%
G = 16.01%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF55FF (or 0xBF55FF) is known color: Heliotrope. HEX triplet: BF, 55 and FF. RGB value is (191,85,255). Sum of RGB (Red+Green+Blue) = 191+85+255=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55FF is #40AA00. Grayscale: #878787. Windows color (decimal): -4237825 or 16733631. OLE color: 16733631.

HSL color Cylindrical-coordinate representation of color #BF55FF: hue angle of 277.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF55FF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 85 255 -
CMYK 0.25 0.67 0 0
HSL 277.41º 1% 0.67% -
HSV(B) 277.41º 0.67% 1% -
XYZ 42.78 24.79 97.14 -
YUV 136.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 191 85 255 0.25 0.67 0 0 277.41 1 0.67
Hex BF 55 FF 19 43 0 0 115 64 43
Octal 277 125 377 31 103 0 0 425 144 103
Binary 10111111 1010101 11111111 11001 1000011 0 0 100010101 1100100 1000011

Color Harmonies of #BF55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55FF

Black with #BF55FF

Text Example


Text Example

White with #BF55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55FF; }

 p { color: rgb(191,85,255); }

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

background-color css

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

 a { background-color: rgb(191,85,255); }

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

border-color css

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

 span { border-color: rgb(191,85,255); }

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