Html Css Color HEX #BC75FF Heliotrope

📋 copy color: '#BC75FF'

red 188 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #BC75FF

Tints of Heliotrope #BC75FF

RGB

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

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

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

R = 33.57%
G = 20.89%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC75FF (or 0xBC75FF) is known color: Heliotrope. HEX triplet: BC, 75 and FF. RGB value is (188,117,255). Sum of RGB (Red+Green+Blue) = 188+117+255=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75FF is #438A00. Grayscale: #999999. Windows color (decimal): -4426241 or 16741820. OLE color: 16741820.

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

Color convert

RGB 188 117 255 -
CMYK 0.26 0.54 0 0
HSL 270.87º 1% 0.73% -
HSV(B) 270.87º 0.54% 1% -
XYZ 45.15 30.63 98.14 -
YUV 153.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 188 117 255 0.26 0.54 0 0 270.87 1 0.73
Hex BC 75 FF 1A 36 0 0 10F 64 49
Octal 274 165 377 32 66 0 0 417 144 111
Binary 10111100 1110101 11111111 11010 110110 0 0 100001111 1100100 1001001

Color Harmonies of #BC75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75FF

Black with #BC75FF

Text Example


Text Example

White with #BC75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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