Html Css Color HEX #B34CCD Medium Orchid

📋 copy color: '#B34CCD'

red 179 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B34CCD

Tints of Medium Orchid #B34CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

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

R = 38.91%
G = 16.52%
B = 44.57%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34CCD (or 0xB34CCD) is known color: Medium Orchid. HEX triplet: B3, 4C and CD. RGB value is (179,76,205). Sum of RGB (Red+Green+Blue) = 179+76+205=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #B34CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CCD is #4CB332. Grayscale: #797979. Windows color (decimal): -5026611 or 13454515. OLE color: 13454515.

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

Color convert

RGB 179 76 205 -
CMYK 0.13 0.63 0 0.20
HSL 287.91º 0.56% 0.55% -
HSV(B) 287.91º 0.63% 0.8% -
XYZ 32.19 19.16 59.76 -
YUV 121.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 179 76 205 0.13 0.63 0 0.20 287.91 0.56 0.55
Hex B3 4C CD D 3F 0 14 120 38 37
Octal 263 114 315 15 77 0 24 440 70 67
Binary 10110011 1001100 11001101 1101 111111 0 10100 100100000 111000 110111

Color Harmonies of #B34CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CCD

Black with #B34CCD

Text Example


Text Example

White with #B34CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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