Html Css Color HEX #BC79FF Heliotrope

📋 copy color: '#BC79FF'

red 188 ◦ green 121 ◦ blue 255

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

Shades of Heliotrope #BC79FF

Tints of Heliotrope #BC79FF

RGB

 RED value IS 188 (73.83% from 255) = 33.33%

 GREEN value IS 121 (47.66% from 255) = 21.45%

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

R = 33.33%
G = 21.45%
B = 45.21%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC79FF (or 0xBC79FF) is known color: Heliotrope. HEX triplet: BC, 79 and FF. RGB value is (188,121,255). Sum of RGB (Red+Green+Blue) = 188+121+255=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC79FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79FF is #438600. Grayscale: #9B9B9B. Windows color (decimal): -4425217 or 16742844. OLE color: 16742844.

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

Color convert

RGB 188 121 255 -
CMYK 0.26 0.53 0 0
HSL 270º 1% 0.74% -
HSV(B) 270º 0.53% 1% -
XYZ 45.63 31.59 98.3 -
YUV 156.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 188 121 255 0.26 0.53 0 0 270 1 0.74
Hex BC 79 FF 1A 35 0 0 10E 64 4A
Octal 274 171 377 32 65 0 0 416 144 112
Binary 10111100 1111001 11111111 11010 110101 0 0 100001110 1100100 1001010

Color Harmonies of #BC79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79FF

Black with #BC79FF

Text Example


Text Example

White with #BC79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79FF; }

 p { color: rgb(188,121,255); }

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

background-color css

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

 a { background-color: rgb(188,121,255); }

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

border-color css

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

 span { border-color: rgb(188,121,255); }

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