Html Css Color HEX #BC69FA Heliotrope

📋 copy color: '#BC69FA'

red 188 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #BC69FA

Tints of Heliotrope #BC69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

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

R = 34.62%
G = 19.34%
B = 46.04%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC69FA (or 0xBC69FA) is known color: Heliotrope. HEX triplet: BC, 69 and FA. RGB value is (188,105,250). Sum of RGB (Red+Green+Blue) = 188+105+250=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69FA is #439605. Grayscale: #919191. Windows color (decimal): -4429318 or 16411068. OLE color: 16411068.

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

Color convert

RGB 188 105 250 -
CMYK 0.25 0.58 0 0.02
HSL 274.34º 0.94% 0.7% -
HSV(B) 274.34º 0.58% 0.98% -
XYZ 43.05 27.7 93.52 -
YUV 146.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 188 105 250 0.25 0.58 0 0.02 274.34 0.94 0.7
Hex BC 69 FA 19 3A 0 2 112 5E 46
Octal 274 151 372 31 72 0 2 422 136 106
Binary 10111100 1101001 11111010 11001 111010 0 10 100010010 1011110 1000110

Color Harmonies of #BC69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69FA

Black with #BC69FA

Text Example


Text Example

White with #BC69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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