Html Css Color HEX #BC7CFB Heliotrope

📋 copy color: '#BC7CFB'

red 188 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #BC7CFB

Tints of Heliotrope #BC7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.02%

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

R = 33.39%
G = 22.02%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC7CFB (or 0xBC7CFB) is known color: Heliotrope. HEX triplet: BC, 7C and FB. RGB value is (188,124,251). Sum of RGB (Red+Green+Blue) = 188+124+251=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CFB is #438304. Grayscale: #9D9D9D. Windows color (decimal): -4424453 or 16481468. OLE color: 16481468.

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

Color convert

RGB 188 124 251 -
CMYK 0.25 0.51 0 0.02
HSL 270.24º 0.94% 0.74% -
HSV(B) 270.24º 0.51% 0.98% -
XYZ 45.36 32.07 95.07 -
YUV 157.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 188 124 251 0.25 0.51 0 0.02 270.24 0.94 0.74
Hex BC 7C FB 19 33 0 2 10E 5E 4A
Octal 274 174 373 31 63 0 2 416 136 112
Binary 10111100 1111100 11111011 11001 110011 0 10 100001110 1011110 1001010

Color Harmonies of #BC7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CFB

Black with #BC7CFB

Text Example


Text Example

White with #BC7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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