Html Css Color HEX #B34FDC Medium Orchid

📋 copy color: '#B34FDC'

red 179 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #B34FDC

Tints of Medium Orchid #B34FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.53%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 37.45%
G = 16.53%
B = 46.03%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B34FDC (or 0xB34FDC) is known color: Medium Orchid. HEX triplet: B3, 4F and DC. RGB value is (179,79,220). Sum of RGB (Red+Green+Blue) = 179+79+220=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #B34FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FDC is #4CB023. Grayscale: #7C7C7C. Windows color (decimal): -5025828 or 14438323. OLE color: 14438323.

HSL color Cylindrical-coordinate representation of color #B34FDC: hue angle of 282.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34FDC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 79 220 -
CMYK 0.19 0.64 0 0.14
HSL 282.55º 0.67% 0.59% -
HSV(B) 282.55º 0.64% 0.86% -
XYZ 34.3 20.34 69.83 -
YUV 124.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 179 79 220 0.19 0.64 0 0.14 282.55 0.67 0.59
Hex B3 4F DC 13 40 0 E 11B 43 3B
Octal 263 117 334 23 100 0 16 433 103 73
Binary 10110011 1001111 11011100 10011 1000000 0 1110 100011011 1000011 111011

Color Harmonies of #B34FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FDC

Black with #B34FDC

Text Example


Text Example

White with #B34FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FDC; }

 p { color: rgb(179,79,220); }

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

background-color css

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

 a { background-color: rgb(179,79,220); }

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

border-color css

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

 span { border-color: rgb(179,79,220); }

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