Html Css Color HEX #BC34F7 Medium Orchid

📋 copy color: '#BC34F7'

red 188 ◦ green 52 ◦ blue 247

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

Shades of Medium Orchid #BC34F7

Tints of Medium Orchid #BC34F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.72%

R = 38.6%
G = 10.68%
B = 50.72%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC34F7 (or 0xBC34F7) is known color: Medium Orchid. HEX triplet: BC, 34 and F7. RGB value is (188,52,247). Sum of RGB (Red+Green+Blue) = 188+52+247=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34F7 is #43CB08. Grayscale: #727272. Windows color (decimal): -4442889 or 16200892. OLE color: 16200892.

HSL color Cylindrical-coordinate representation of color #BC34F7: hue angle of 281.85º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC34F7 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 52 247 -
CMYK 0.24 0.79 0 0.03
HSL 281.85º 0.92% 0.59% -
HSV(B) 281.85º 0.79% 0.97% -
XYZ 38.76 19.86 89.79 -
YUV 114.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 188 52 247 0.24 0.79 0 0.03 281.85 0.92 0.59
Hex BC 34 F7 18 4F 0 3 11A 5C 3B
Octal 274 64 367 30 117 0 3 432 134 73
Binary 10111100 110100 11110111 11000 1001111 0 11 100011010 1011100 111011

Color Harmonies of #BC34F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34F7

Black with #BC34F7

Text Example


Text Example

White with #BC34F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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