Html Css Color HEX #B34CCC Medium Orchid

📋 copy color: '#B34CCC'

red 179 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #B34CCC

Tints of Medium Orchid #B34CCC

RGB

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

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

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

R = 39%
G = 16.56%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B34CCC (or 0xB34CCC) is known color: Medium Orchid. HEX triplet: B3, 4C and CC. RGB value is (179,76,204). Sum of RGB (Red+Green+Blue) = 179+76+204=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B34CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CCC is #4CB333. Grayscale: #787878. Windows color (decimal): -5026612 or 13388979. OLE color: 13388979.

HSL color Cylindrical-coordinate representation of color #B34CCC: hue angle of 288.28º 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 #B34CCC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 76 204 -
CMYK 0.12 0.63 0 0.2
HSL 288.28º 0.56% 0.55% -
HSV(B) 288.28º 0.63% 0.8% -
XYZ 32.07 19.11 59.13 -
YUV 121.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 179 76 204 0.12 0.63 0 0.2 288.28 0.56 0.55
Hex B3 4C CC C 3F 0 14 120 38 37
Octal 263 114 314 14 77 0 24 440 70 67
Binary 10110011 1001100 11001100 1100 111111 0 10100 100100000 111000 110111

Color Harmonies of #B34CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CCC

Black with #B34CCC

Text Example


Text Example

White with #B34CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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