Html Css Color HEX #BC39E6 Medium Orchid

📋 copy color: '#BC39E6'

red 188 ◦ green 57 ◦ blue 230

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

Shades of Medium Orchid #BC39E6

Tints of Medium Orchid #BC39E6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12%

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 39.58%
G = 12%
B = 48.42%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC39E6 (or 0xBC39E6) is known color: Medium Orchid. HEX triplet: BC, 39 and E6. RGB value is (188,57,230). Sum of RGB (Red+Green+Blue) = 188+57+230=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC39E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39E6 is #43C619. Grayscale: #737373. Windows color (decimal): -4441626 or 15088060. OLE color: 15088060.

HSL color Cylindrical-coordinate representation of color #BC39E6: hue angle of 285.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC39E6 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 57 230 -
CMYK 0.18 0.75 0 0.10
HSL 285.43º 0.78% 0.56% -
HSV(B) 285.43º 0.75% 0.9% -
XYZ 36.49 19.33 76.67 -
YUV 115.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 188 57 230 0.18 0.75 0 0.10 285.43 0.78 0.56
Hex BC 39 E6 12 4B 0 A 11D 4E 38
Octal 274 71 346 22 113 0 12 435 116 70
Binary 10111100 111001 11100110 10010 1001011 0 1010 100011101 1001110 111000

Color Harmonies of #BC39E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39E6

Black with #BC39E6

Text Example


Text Example

White with #BC39E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39E6; }

 p { color: rgb(188,57,230); }

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

background-color css

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

 a { background-color: rgb(188,57,230); }

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

border-color css

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

 span { border-color: rgb(188,57,230); }

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