Html Css Color HEX #BC45F3 Medium Orchid

📋 copy color: '#BC45F3'

red 188 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #BC45F3

Tints of Medium Orchid #BC45F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 37.6%
G = 13.8%
B = 48.6%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC45F3 (or 0xBC45F3) is known color: Medium Orchid. HEX triplet: BC, 45 and F3. RGB value is (188,69,243). Sum of RGB (Red+Green+Blue) = 188+69+243=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC45F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45F3 is #43BA0C. Grayscale: #7B7B7B. Windows color (decimal): -4438541 or 15943100. OLE color: 15943100.

HSL color Cylindrical-coordinate representation of color #BC45F3: hue angle of 281.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC45F3 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 69 243 -
CMYK 0.23 0.72 0 0.05
HSL 281.03º 0.88% 0.61% -
HSV(B) 281.03º 0.72% 0.95% -
XYZ 39.04 21.42 86.87 -
YUV 124.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 188 69 243 0.23 0.72 0 0.05 281.03 0.88 0.61
Hex BC 45 F3 17 48 0 5 119 58 3D
Octal 274 105 363 27 110 0 5 431 130 75
Binary 10111100 1000101 11110011 10111 1001000 0 101 100011001 1011000 111101

Color Harmonies of #BC45F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45F3

Black with #BC45F3

Text Example


Text Example

White with #BC45F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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