Html Css Color HEX #BC32CF Medium Orchid

📋 copy color: '#BC32CF'

red 188 ◦ green 50 ◦ blue 207

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

Shades of Medium Orchid #BC32CF

Tints of Medium Orchid #BC32CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.24%

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

R = 42.25%
G = 11.24%
B = 46.52%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC32CF (or 0xBC32CF) is known color: Medium Orchid. HEX triplet: BC, 32 and CF. RGB value is (188,50,207). Sum of RGB (Red+Green+Blue) = 188+50+207=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CF is #43CD30. Grayscale: #6C6C6C. Windows color (decimal): -4443441 or 13578940. OLE color: 13578940.

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

Color convert

RGB 188 50 207 -
CMYK 0.09 0.76 0 0.19
HSL 292.74º 0.62% 0.5% -
HSV(B) 292.74º 0.76% 0.81% -
XYZ 33.14 17.48 60.66 -
YUV 109.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 188 50 207 0.09 0.76 0 0.19 292.74 0.62 0.5
Hex BC 32 CF 9 4C 0 13 125 3E 32
Octal 274 62 317 11 114 0 23 445 76 62
Binary 10111100 110010 11001111 1001 1001100 0 10011 100100101 111110 110010

Color Harmonies of #BC32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32CF

Black with #BC32CF

Text Example


Text Example

White with #BC32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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