Html Css Color HEX #BC68FF Heliotrope

📋 copy color: '#BC68FF'

red 188 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #BC68FF

Tints of Heliotrope #BC68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.01%

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

R = 34.37%
G = 19.01%
B = 46.62%

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

#BC68FF (or 0xBC68FF) is known color: Heliotrope. HEX triplet: BC, 68 and FF. RGB value is (188,104,255). Sum of RGB (Red+Green+Blue) = 188+104+255=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FF is #439700. Grayscale: #919191. Windows color (decimal): -4429569 or 16738492. OLE color: 16738492.

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

Color convert

RGB 188 104 255 -
CMYK 0.26 0.59 0 0
HSL 273.38º 1% 0.7% -
HSV(B) 273.38º 0.59% 1% -
XYZ 43.74 27.81 97.67 -
YUV 146.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 188 104 255 0.26 0.59 0 0 273.38 1 0.7
Hex BC 68 FF 1A 3B 0 0 111 64 46
Octal 274 150 377 32 73 0 0 421 144 106
Binary 10111100 1101000 11111111 11010 111011 0 0 100010001 1100100 1000110

Color Harmonies of #BC68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68FF

Black with #BC68FF

Text Example


Text Example

White with #BC68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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