Html Css Color HEX #BC38CF Medium Orchid

📋 copy color: '#BC38CF'

red 188 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #BC38CF

Tints of Medium Orchid #BC38CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 41.69%
G = 12.42%
B = 45.9%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC38CF (or 0xBC38CF) is known color: Medium Orchid. HEX triplet: BC, 38 and CF. RGB value is (188,56,207). Sum of RGB (Red+Green+Blue) = 188+56+207=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38CF is #43C730. Grayscale: #707070. Windows color (decimal): -4441905 or 13580476. OLE color: 13580476.

HSL color Cylindrical-coordinate representation of color #BC38CF: hue angle of 292.45º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC38CF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 56 207 -
CMYK 0.09 0.73 0 0.19
HSL 292.45º 0.61% 0.52% -
HSV(B) 292.45º 0.73% 0.81% -
XYZ 33.42 18.02 60.75 -
YUV 112.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 188 56 207 0.09 0.73 0 0.19 292.45 0.61 0.52
Hex BC 38 CF 9 49 0 13 124 3D 34
Octal 274 70 317 11 111 0 23 444 75 64
Binary 10111100 111000 11001111 1001 1001001 0 10011 100100100 111101 110100

Color Harmonies of #BC38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38CF

Black with #BC38CF

Text Example


Text Example

White with #BC38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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