Html Css Color HEX #BC34CF Medium Orchid

📋 copy color: '#BC34CF'

red 188 ◦ green 52 ◦ blue 207

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

Shades of Medium Orchid #BC34CF

Tints of Medium Orchid #BC34CF

RGB

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

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

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

R = 42.06%
G = 11.63%
B = 46.31%

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

#BC34CF (or 0xBC34CF) is known color: Medium Orchid. HEX triplet: BC, 34 and CF. RGB value is (188,52,207). Sum of RGB (Red+Green+Blue) = 188+52+207=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34CF is #43CB30. Grayscale: #6D6D6D. Windows color (decimal): -4442929 or 13579452. OLE color: 13579452.

HSL color Cylindrical-coordinate representation of color #BC34CF: hue angle of 292.65º degrees, saturation: 0.62, 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 #BC34CF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 52 207 -
CMYK 0.09 0.75 0 0.19
HSL 292.65º 0.62% 0.51% -
HSV(B) 292.65º 0.75% 0.81% -
XYZ 33.23 17.65 60.69 -
YUV 110.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 188 52 207 0.09 0.75 0 0.19 292.65 0.62 0.51
Hex BC 34 CF 9 4B 0 13 125 3E 33
Octal 274 64 317 11 113 0 23 445 76 63
Binary 10111100 110100 11001111 1001 1001011 0 10011 100100101 111110 110011

Color Harmonies of #BC34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34CF

Black with #BC34CF

Text Example


Text Example

White with #BC34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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