Html Css Color HEX #BC6BFC Heliotrope

📋 copy color: '#BC6BFC'

red 188 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #BC6BFC

Tints of Heliotrope #BC6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 34.37%
G = 19.56%
B = 46.07%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC6BFC (or 0xBC6BFC) is known color: Heliotrope. HEX triplet: BC, 6B and FC. RGB value is (188,107,252). Sum of RGB (Red+Green+Blue) = 188+107+252=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BFC is #439403. Grayscale: #939393. Windows color (decimal): -4428804 or 16542652. OLE color: 16542652.

HSL color Cylindrical-coordinate representation of color #BC6BFC: hue angle of 273.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC6BFC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 107 252 -
CMYK 0.25 0.58 0 0.01
HSL 273.52º 0.96% 0.7% -
HSV(B) 273.52º 0.58% 0.99% -
XYZ 43.57 28.24 95.25 -
YUV 147.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 188 107 252 0.25 0.58 0 0.01 273.52 0.96 0.7
Hex BC 6B FC 19 3A 0 1 112 60 46
Octal 274 153 374 31 72 0 1 422 140 106
Binary 10111100 1101011 11111100 11001 111010 0 1 100010010 1100000 1000110

Color Harmonies of #BC6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BFC

Black with #BC6BFC

Text Example


Text Example

White with #BC6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BFC; }

 p { color: rgb(188,107,252); }

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

background-color css

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

 a { background-color: rgb(188,107,252); }

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

border-color css

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

 span { border-color: rgb(188,107,252); }

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