Html Css Color HEX #BC6FF2 Heliotrope

📋 copy color: '#BC6FF2'

red 188 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #BC6FF2

Tints of Heliotrope #BC6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 34.75%
G = 20.52%
B = 44.73%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC6FF2 (or 0xBC6FF2) is known color: Heliotrope. HEX triplet: BC, 6F and F2. RGB value is (188,111,242). Sum of RGB (Red+Green+Blue) = 188+111+242=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FF2 is #43900D. Grayscale: #949494. Windows color (decimal): -4427790 or 15888316. OLE color: 15888316.

HSL color Cylindrical-coordinate representation of color #BC6FF2: hue angle of 275.27º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6FF2 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 111 242 -
CMYK 0.22 0.54 0 0.05
HSL 275.27º 0.83% 0.69% -
HSV(B) 275.27º 0.54% 0.95% -
XYZ 42.45 28.47 87.26 -
YUV 148.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 188 111 242 0.22 0.54 0 0.05 275.27 0.83 0.69
Hex BC 6F F2 16 36 0 5 113 53 45
Octal 274 157 362 26 66 0 5 423 123 105
Binary 10111100 1101111 11110010 10110 110110 0 101 100010011 1010011 1000101

Color Harmonies of #BC6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FF2

Black with #BC6FF2

Text Example


Text Example

White with #BC6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FF2; }

 p { color: rgb(188,111,242); }

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

background-color css

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

 a { background-color: rgb(188,111,242); }

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

border-color css

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

 span { border-color: rgb(188,111,242); }

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