Html Css Color HEX #BC62F3 Medium Orchid

📋 copy color: '#BC62F3'

red 188 ◦ green 98 ◦ blue 243

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

Shades of Medium Orchid #BC62F3

Tints of Medium Orchid #BC62F3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.53%

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

R = 35.54%
G = 18.53%
B = 45.94%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC62F3 (or 0xBC62F3) is known color: Medium Orchid. HEX triplet: BC, 62 and F3. RGB value is (188,98,243). Sum of RGB (Red+Green+Blue) = 188+98+243=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC62F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62F3 is #439D0C. Grayscale: #8C8C8C. Windows color (decimal): -4431117 or 15950524. OLE color: 15950524.

HSL color Cylindrical-coordinate representation of color #BC62F3: hue angle of 277.24º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC62F3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 98 243 -
CMYK 0.23 0.60 0 0.05
HSL 277.24º 0.86% 0.67% -
HSV(B) 277.24º 0.6% 0.95% -
XYZ 41.28 25.9 87.62 -
YUV 141.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 188 98 243 0.23 0.60 0 0.05 277.24 0.86 0.67
Hex BC 62 F3 17 3C 0 5 115 56 43
Octal 274 142 363 27 74 0 5 425 126 103
Binary 10111100 1100010 11110011 10111 111100 0 101 100010101 1010110 1000011

Color Harmonies of #BC62F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62F3

Black with #BC62F3

Text Example


Text Example

White with #BC62F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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