Html Css Color HEX #BC39CF Medium Orchid

📋 copy color: '#BC39CF'

red 188 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #BC39CF

Tints of Medium Orchid #BC39CF

RGB

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

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

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

R = 41.59%
G = 12.61%
B = 45.8%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC39CF (or 0xBC39CF) is known color: Medium Orchid. HEX triplet: BC, 39 and CF. RGB value is (188,57,207). Sum of RGB (Red+Green+Blue) = 188+57+207=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CF is #43C630. Grayscale: #707070. Windows color (decimal): -4441649 or 13580732. OLE color: 13580732.

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

Color convert

RGB 188 57 207 -
CMYK 0.09 0.72 0 0.19
HSL 292.4º 0.61% 0.52% -
HSV(B) 292.4º 0.72% 0.81% -
XYZ 33.46 18.12 60.77 -
YUV 113.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 188 57 207 0.09 0.72 0 0.19 292.4 0.61 0.52
Hex BC 39 CF 9 48 0 13 124 3D 34
Octal 274 71 317 11 110 0 23 444 75 64
Binary 10111100 111001 11001111 1001 1001000 0 10011 100100100 111101 110100

Color Harmonies of #BC39CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39CF

Black with #BC39CF

Text Example


Text Example

White with #BC39CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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