Html Css Color HEX #BC7BF3 Heliotrope

📋 copy color: '#BC7BF3'

red 188 ◦ green 123 ◦ blue 243

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

Shades of Heliotrope #BC7BF3

Tints of Heliotrope #BC7BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 33.94%
G = 22.2%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC7BF3 (or 0xBC7BF3) is known color: Heliotrope. HEX triplet: BC, 7B and F3. RGB value is (188,123,243). Sum of RGB (Red+Green+Blue) = 188+123+243=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC7BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BF3 is #43840C. Grayscale: #9B9B9B. Windows color (decimal): -4424717 or 15956924. OLE color: 15956924.

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

Color convert

RGB 188 123 243 -
CMYK 0.23 0.49 0 0.05
HSL 272.5º 0.83% 0.72% -
HSV(B) 272.5º 0.49% 0.95% -
XYZ 44 31.33 88.52 -
YUV 156.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 188 123 243 0.23 0.49 0 0.05 272.5 0.83 0.72
Hex BC 7B F3 17 31 0 5 110 53 48
Octal 274 173 363 27 61 0 5 420 123 110
Binary 10111100 1111011 11110011 10111 110001 0 101 100010000 1010011 1001000

Color Harmonies of #BC7BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BF3

Black with #BC7BF3

Text Example


Text Example

White with #BC7BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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