Html Css Color HEX #BC34CE Medium Orchid

📋 copy color: '#BC34CE'

red 188 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #BC34CE

Tints of Medium Orchid #BC34CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 42.15%
G = 11.66%
B = 46.19%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC34CE (or 0xBC34CE) is known color: Medium Orchid. HEX triplet: BC, 34 and CE. RGB value is (188,52,206). Sum of RGB (Red+Green+Blue) = 188+52+206=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34CE is #43CB31. Grayscale: #6D6D6D. Windows color (decimal): -4442930 or 13513916. OLE color: 13513916.

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

Color convert

RGB 188 52 206 -
CMYK 0.09 0.75 0 0.19
HSL 292.99º 0.61% 0.51% -
HSV(B) 292.99º 0.75% 0.81% -
XYZ 33.11 17.6 60.05 -
YUV 110.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 188 52 206 0.09 0.75 0 0.19 292.99 0.61 0.51
Hex BC 34 CE 9 4B 0 13 125 3D 33
Octal 274 64 316 11 113 0 23 445 75 63
Binary 10111100 110100 11001110 1001 1001011 0 10011 100100101 111101 110011

Color Harmonies of #BC34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34CE

Black with #BC34CE

Text Example


Text Example

White with #BC34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34CE; }

 p { color: rgb(188,52,206); }

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

background-color css

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

 a { background-color: rgb(188,52,206); }

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

border-color css

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

 span { border-color: rgb(188,52,206); }

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