Html Css Color HEX #BC6EFB Heliotrope

📋 copy color: '#BC6EFB'

red 188 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #BC6EFB

Tints of Heliotrope #BC6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.04%

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 34.24%
G = 20.04%
B = 45.72%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC6EFB (or 0xBC6EFB) is known color: Heliotrope. HEX triplet: BC, 6E and FB. RGB value is (188,110,251). Sum of RGB (Red+Green+Blue) = 188+110+251=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EFB is #439104. Grayscale: #949494. Windows color (decimal): -4428037 or 16477884. OLE color: 16477884.

HSL color Cylindrical-coordinate representation of color #BC6EFB: hue angle of 273.19º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6EFB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 110 251 -
CMYK 0.25 0.56 0 0.02
HSL 273.19º 0.95% 0.71% -
HSV(B) 273.19º 0.56% 0.98% -
XYZ 43.73 28.81 94.52 -
YUV 149.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 188 110 251 0.25 0.56 0 0.02 273.19 0.95 0.71
Hex BC 6E FB 19 38 0 2 111 5F 47
Octal 274 156 373 31 70 0 2 421 137 107
Binary 10111100 1101110 11111011 11001 111000 0 10 100010001 1011111 1000111

Color Harmonies of #BC6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EFB

Black with #BC6EFB

Text Example


Text Example

White with #BC6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EFB; }

 p { color: rgb(188,110,251); }

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

background-color css

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

 a { background-color: rgb(188,110,251); }

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

border-color css

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

 span { border-color: rgb(188,110,251); }

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