Html Css Color HEX #B34ECC Medium Orchid

📋 copy color: '#B34ECC'

red 179 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #B34ECC

Tints of Medium Orchid #B34ECC

RGB

 RED value IS 179 (70.31% from 255) = 38.83%

 GREEN value IS 78 (30.86% from 255) = 16.92%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 38.83%
G = 16.92%
B = 44.25%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B34ECC (or 0xB34ECC) is known color: Medium Orchid. HEX triplet: B3, 4E and CC. RGB value is (179,78,204). Sum of RGB (Red+Green+Blue) = 179+78+204=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B34ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ECC is #4CB133. Grayscale: #7A7A7A. Windows color (decimal): -5026100 or 13389491. OLE color: 13389491.

HSL color Cylindrical-coordinate representation of color #B34ECC: hue angle of 288.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34ECC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 78 204 -
CMYK 0.12 0.62 0 0.2
HSL 288.1º 0.55% 0.55% -
HSV(B) 288.1º 0.62% 0.8% -
XYZ 32.21 19.39 59.17 -
YUV 122.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 179 78 204 0.12 0.62 0 0.2 288.1 0.55 0.55
Hex B3 4E CC C 3E 0 14 120 37 37
Octal 263 116 314 14 76 0 24 440 67 67
Binary 10110011 1001110 11001100 1100 111110 0 10100 100100000 110111 110111

Color Harmonies of #B34ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ECC

Black with #B34ECC

Text Example


Text Example

White with #B34ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ECC; }

 p { color: rgb(179,78,204); }

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

background-color css

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

 a { background-color: rgb(179,78,204); }

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

border-color css

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

 span { border-color: rgb(179,78,204); }

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