Html Css Color HEX #BC75ED Heliotrope

📋 copy color: '#BC75ED'

red 188 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #BC75ED

Tints of Heliotrope #BC75ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 34.69%
G = 21.59%
B = 43.73%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC75ED (or 0xBC75ED) is known color: Heliotrope. HEX triplet: BC, 75 and ED. RGB value is (188,117,237). Sum of RGB (Red+Green+Blue) = 188+117+237=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75ED is #438A12. Grayscale: #979797. Windows color (decimal): -4426259 or 15562172. OLE color: 15562172.

HSL color Cylindrical-coordinate representation of color #BC75ED: hue angle of 275.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC75ED is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 117 237 -
CMYK 0.21 0.51 0 0.07
HSL 275.5º 0.77% 0.69% -
HSV(B) 275.5º 0.51% 0.93% -
XYZ 42.39 29.53 83.59 -
YUV 151.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 188 117 237 0.21 0.51 0 0.07 275.5 0.77 0.69
Hex BC 75 ED 15 33 0 7 114 4D 45
Octal 274 165 355 25 63 0 7 424 115 105
Binary 10111100 1110101 11101101 10101 110011 0 111 100010100 1001101 1000101

Color Harmonies of #BC75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75ED

Black with #BC75ED

Text Example


Text Example

White with #BC75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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