Html Css Color HEX #B34FCD Medium Orchid

📋 copy color: '#B34FCD'

red 179 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #B34FCD

Tints of Medium Orchid #B34FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 38.66%
G = 17.06%
B = 44.28%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34FCD (or 0xB34FCD) is known color: Medium Orchid. HEX triplet: B3, 4F and CD. RGB value is (179,79,205). Sum of RGB (Red+Green+Blue) = 179+79+205=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B34FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FCD is #4CB032. Grayscale: #7A7A7A. Windows color (decimal): -5025843 or 13455283. OLE color: 13455283.

HSL color Cylindrical-coordinate representation of color #B34FCD: hue angle of 287.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34FCD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 79 205 -
CMYK 0.13 0.61 0 0.20
HSL 287.62º 0.56% 0.56% -
HSV(B) 287.62º 0.61% 0.8% -
XYZ 32.41 19.58 59.83 -
YUV 123.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 179 79 205 0.13 0.61 0 0.20 287.62 0.56 0.56
Hex B3 4F CD D 3D 0 14 120 38 38
Octal 263 117 315 15 75 0 24 440 70 70
Binary 10110011 1001111 11001101 1101 111101 0 10100 100100000 111000 111000

Color Harmonies of #B34FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FCD

Black with #B34FCD

Text Example


Text Example

White with #B34FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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