Html Css Color HEX #BC7BFA Heliotrope

📋 copy color: '#BC7BFA'

red 188 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #BC7BFA

Tints of Heliotrope #BC7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 33.51%
G = 21.93%
B = 44.56%

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

#BC7BFA (or 0xBC7BFA) is known color: Heliotrope. HEX triplet: BC, 7B and FA. RGB value is (188,123,250). Sum of RGB (Red+Green+Blue) = 188+123+250=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BFA is #438405. Grayscale: #9C9C9C. Windows color (decimal): -4424710 or 16415676. OLE color: 16415676.

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

Color convert

RGB 188 123 250 -
CMYK 0.25 0.51 0 0.02
HSL 270.71º 0.93% 0.73% -
HSV(B) 270.71º 0.51% 0.98% -
XYZ 45.08 31.76 94.2 -
YUV 156.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 188 123 250 0.25 0.51 0 0.02 270.71 0.93 0.73
Hex BC 7B FA 19 33 0 2 10F 5D 49
Octal 274 173 372 31 63 0 2 417 135 111
Binary 10111100 1111011 11111010 11001 110011 0 10 100001111 1011101 1001001

Color Harmonies of #BC7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BFA

Black with #BC7BFA

Text Example


Text Example

White with #BC7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BFA; }

 p { color: rgb(188,123,250); }

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

background-color css

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

 a { background-color: rgb(188,123,250); }

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

border-color css

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

 span { border-color: rgb(188,123,250); }

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