Html Css Color HEX #BC44F7 Medium Orchid

📋 copy color: '#BC44F7'

red 188 ◦ green 68 ◦ blue 247

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

Shades of Medium Orchid #BC44F7

Tints of Medium Orchid #BC44F7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.52%

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

R = 37.38%
G = 13.52%
B = 49.11%

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

#BC44F7 (or 0xBC44F7) is known color: Medium Orchid. HEX triplet: BC, 44 and F7. RGB value is (188,68,247). Sum of RGB (Red+Green+Blue) = 188+68+247=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44F7 is #43BB08. Grayscale: #7B7B7B. Windows color (decimal): -4438793 or 16204988. OLE color: 16204988.

HSL color Cylindrical-coordinate representation of color #BC44F7: hue angle of 280.22º 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 #BC44F7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 68 247 -
CMYK 0.24 0.72 0 0.03
HSL 280.22º 0.92% 0.62% -
HSV(B) 280.22º 0.72% 0.97% -
XYZ 39.59 21.54 90.07 -
YUV 124.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 188 68 247 0.24 0.72 0 0.03 280.22 0.92 0.62
Hex BC 44 F7 18 48 0 3 118 5C 3E
Octal 274 104 367 30 110 0 3 430 134 76
Binary 10111100 1000100 11110111 11000 1001000 0 11 100011000 1011100 111110

Color Harmonies of #BC44F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44F7

Black with #BC44F7

Text Example


Text Example

White with #BC44F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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