Html Css Color HEX #BC69FF Heliotrope

📋 copy color: '#BC69FF'

red 188 ◦ green 105 ◦ blue 255

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

Shades of Heliotrope #BC69FF

Tints of Heliotrope #BC69FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.53%

R = 34.31%
G = 19.16%
B = 46.53%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC69FF (or 0xBC69FF) is known color: Heliotrope. HEX triplet: BC, 69 and FF. RGB value is (188,105,255). Sum of RGB (Red+Green+Blue) = 188+105+255=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69FF is #439600. Grayscale: #929292. Windows color (decimal): -4429313 or 16738748. OLE color: 16738748.

HSL color Cylindrical-coordinate representation of color #BC69FF: hue angle of 273.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC69FF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 105 255 -
CMYK 0.26 0.59 0 0
HSL 273.2º 1% 0.71% -
HSV(B) 273.2º 0.59% 1% -
XYZ 43.84 28.01 97.7 -
YUV 146.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 188 105 255 0.26 0.59 0 0 273.2 1 0.71
Hex BC 69 FF 1A 3B 0 0 111 64 47
Octal 274 151 377 32 73 0 0 421 144 107
Binary 10111100 1101001 11111111 11010 111011 0 0 100010001 1100100 1000111

Color Harmonies of #BC69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69FF

Black with #BC69FF

Text Example


Text Example

White with #BC69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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