Html Css Color HEX #BC75FE Heliotrope

📋 copy color: '#BC75FE'

red 188 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #BC75FE

Tints of Heliotrope #BC75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.93%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 33.63%
G = 20.93%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC75FE (or 0xBC75FE) is known color: Heliotrope. HEX triplet: BC, 75 and FE. RGB value is (188,117,254). Sum of RGB (Red+Green+Blue) = 188+117+254=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75FE is #438A01. Grayscale: #999999. Windows color (decimal): -4426242 or 16676284. OLE color: 16676284.

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

Color convert

RGB 188 117 254 -
CMYK 0.26 0.54 0 0.00
HSL 271.09º 0.99% 0.73% -
HSV(B) 271.09º 0.54% 1% -
XYZ 44.99 30.57 97.3 -
YUV 153.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 188 117 254 0.26 0.54 0 0.00 271.09 0.99 0.73
Hex BC 75 FE 1A 36 0 0 10F 63 49
Octal 274 165 376 32 66 0 0 417 143 111
Binary 10111100 1110101 11111110 11010 110110 0 0 100001111 1100011 1001001

Color Harmonies of #BC75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75FE

Black with #BC75FE

Text Example


Text Example

White with #BC75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75FE; }

 p { color: rgb(188,117,254); }

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

background-color css

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

 a { background-color: rgb(188,117,254); }

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

border-color css

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

 span { border-color: rgb(188,117,254); }

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