Html Css Color HEX #BC45F7 Medium Orchid

📋 copy color: '#BC45F7'

red 188 ◦ green 69 ◦ blue 247

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

Shades of Medium Orchid #BC45F7

Tints of Medium Orchid #BC45F7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.69%

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 37.3%
G = 13.69%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC45F7 (or 0xBC45F7) is known color: Medium Orchid. HEX triplet: BC, 45 and F7. RGB value is (188,69,247). Sum of RGB (Red+Green+Blue) = 188+69+247=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC45F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45F7 is #43BA08. Grayscale: #7C7C7C. Windows color (decimal): -4438537 or 16205244. OLE color: 16205244.

HSL color Cylindrical-coordinate representation of color #BC45F7: hue angle of 280.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC45F7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 69 247 -
CMYK 0.24 0.72 0 0.03
HSL 280.11º 0.92% 0.62% -
HSV(B) 280.11º 0.72% 0.97% -
XYZ 39.66 21.66 90.09 -
YUV 124.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 188 69 247 0.24 0.72 0 0.03 280.11 0.92 0.62
Hex BC 45 F7 18 48 0 3 118 5C 3E
Octal 274 105 367 30 110 0 3 430 134 76
Binary 10111100 1000101 11110111 11000 1001000 0 11 100011000 1011100 111110

Color Harmonies of #BC45F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45F7

Black with #BC45F7

Text Example


Text Example

White with #BC45F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45F7; }

 p { color: rgb(188,69,247); }

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

background-color css

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

 a { background-color: rgb(188,69,247); }

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

border-color css

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

 span { border-color: rgb(188,69,247); }

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