Html Css Color HEX #BC38F6 Medium Orchid

📋 copy color: '#BC38F6'

red 188 ◦ green 56 ◦ blue 246

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

Shades of Medium Orchid #BC38F6

Tints of Medium Orchid #BC38F6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.43%

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 38.37%
G = 11.43%
B = 50.2%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC38F6 (or 0xBC38F6) is known color: Medium Orchid. HEX triplet: BC, 38 and F6. RGB value is (188,56,246). Sum of RGB (Red+Green+Blue) = 188+56+246=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC38F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38F6 is #43C709. Grayscale: #747474. Windows color (decimal): -4441866 or 16136380. OLE color: 16136380.

HSL color Cylindrical-coordinate representation of color #BC38F6: hue angle of 281.68º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC38F6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 56 246 -
CMYK 0.24 0.77 0 0.04
HSL 281.68º 0.91% 0.59% -
HSV(B) 281.68º 0.77% 0.96% -
XYZ 38.79 20.17 89.04 -
YUV 117.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 188 56 246 0.24 0.77 0 0.04 281.68 0.91 0.59
Hex BC 38 F6 18 4D 0 4 11A 5B 3B
Octal 274 70 366 30 115 0 4 432 133 73
Binary 10111100 111000 11110110 11000 1001101 0 100 100011010 1011011 111011

Color Harmonies of #BC38F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38F6

Black with #BC38F6

Text Example


Text Example

White with #BC38F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38F6; }

 p { color: rgb(188,56,246); }

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

background-color css

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

 a { background-color: rgb(188,56,246); }

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

border-color css

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

 span { border-color: rgb(188,56,246); }

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