Html Css Color HEX #BC45FC Medium Orchid

📋 copy color: '#BC45FC'

red 188 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #BC45FC

Tints of Medium Orchid #BC45FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 36.94%
G = 13.56%
B = 49.51%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC45FC (or 0xBC45FC) is known color: Medium Orchid. HEX triplet: BC, 45 and FC. RGB value is (188,69,252). Sum of RGB (Red+Green+Blue) = 188+69+252=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC45FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FC is #43BA03. Grayscale: #7C7C7C. Windows color (decimal): -4438532 or 16532924. OLE color: 16532924.

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

Color convert

RGB 188 69 252 -
CMYK 0.25 0.73 0 0.01
HSL 279.02º 0.97% 0.63% -
HSV(B) 279.02º 0.73% 0.99% -
XYZ 40.44 21.98 94.21 -
YUV 125.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 188 69 252 0.25 0.73 0 0.01 279.02 0.97 0.63
Hex BC 45 FC 19 49 0 1 117 61 3F
Octal 274 105 374 31 111 0 1 427 141 77
Binary 10111100 1000101 11111100 11001 1001001 0 1 100010111 1100001 111111

Color Harmonies of #BC45FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45FC

Black with #BC45FC

Text Example


Text Example

White with #BC45FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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