Html Css Color HEX #BC7FF9 Heliotrope

📋 copy color: '#BC7FF9'

red 188 ◦ green 127 ◦ blue 249

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

Shades of Heliotrope #BC7FF9

Tints of Heliotrope #BC7FF9

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 33.33%
G = 22.52%
B = 44.15%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC7FF9 (or 0xBC7FF9) is known color: Heliotrope. HEX triplet: BC, 7F and F9. RGB value is (188,127,249). Sum of RGB (Red+Green+Blue) = 188+127+249=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC7FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FF9 is #438006. Grayscale: #9E9E9E. Windows color (decimal): -4423687 or 16351164. OLE color: 16351164.

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

Color convert

RGB 188 127 249 -
CMYK 0.24 0.49 0 0.02
HSL 270º 0.91% 0.74% -
HSV(B) 270º 0.49% 0.98% -
XYZ 45.43 32.71 93.54 -
YUV 159.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 188 127 249 0.24 0.49 0 0.02 270 0.91 0.74
Hex BC 7F F9 18 31 0 2 10E 5B 4A
Octal 274 177 371 30 61 0 2 416 133 112
Binary 10111100 1111111 11111001 11000 110001 0 10 100001110 1011011 1001010

Color Harmonies of #BC7FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FF9

Black with #BC7FF9

Text Example


Text Example

White with #BC7FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FF9; }

 p { color: rgb(188,127,249); }

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

background-color css

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

 a { background-color: rgb(188,127,249); }

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

border-color css

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

 span { border-color: rgb(188,127,249); }

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