Html Css Color HEX #BC68FD Heliotrope

📋 copy color: '#BC68FD'

red 188 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #BC68FD

Tints of Heliotrope #BC68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 34.5%
G = 19.08%
B = 46.42%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC68FD (or 0xBC68FD) is known color: Heliotrope. HEX triplet: BC, 68 and FD. RGB value is (188,104,253). Sum of RGB (Red+Green+Blue) = 188+104+253=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FD is #439702. Grayscale: #919191. Windows color (decimal): -4429571 or 16607420. OLE color: 16607420.

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

Color convert

RGB 188 104 253 -
CMYK 0.26 0.59 0 0.01
HSL 273.83º 0.97% 0.7% -
HSV(B) 273.83º 0.59% 0.99% -
XYZ 43.42 27.68 95.98 -
YUV 146.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 188 104 253 0.26 0.59 0 0.01 273.83 0.97 0.7
Hex BC 68 FD 1A 3B 0 1 112 61 46
Octal 274 150 375 32 73 0 1 422 141 106
Binary 10111100 1101000 11111101 11010 111011 0 1 100010010 1100001 1000110

Color Harmonies of #BC68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68FD

Black with #BC68FD

Text Example


Text Example

White with #BC68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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