Html Css Color HEX #BC6CFB Heliotrope

📋 copy color: '#BC6CFB'

red 188 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #BC6CFB

Tints of Heliotrope #BC6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.74%

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

R = 34.37%
G = 19.74%
B = 45.89%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC6CFB (or 0xBC6CFB) is known color: Heliotrope. HEX triplet: BC, 6C and FB. RGB value is (188,108,251). Sum of RGB (Red+Green+Blue) = 188+108+251=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFB is #439304. Grayscale: #939393. Windows color (decimal): -4428549 or 16477372. OLE color: 16477372.

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

Color convert

RGB 188 108 251 -
CMYK 0.25 0.57 0 0.02
HSL 273.57º 0.95% 0.7% -
HSV(B) 273.57º 0.57% 0.98% -
XYZ 43.51 28.38 94.45 -
YUV 148.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 188 108 251 0.25 0.57 0 0.02 273.57 0.95 0.7
Hex BC 6C FB 19 39 0 2 112 5F 46
Octal 274 154 373 31 71 0 2 422 137 106
Binary 10111100 1101100 11111011 11001 111001 0 10 100010010 1011111 1000110

Color Harmonies of #BC6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CFB

Black with #BC6CFB

Text Example


Text Example

White with #BC6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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