Html Css Color HEX #B34DCB Medium Orchid

📋 copy color: '#B34DCB'

red 179 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #B34DCB

Tints of Medium Orchid #B34DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 39%
G = 16.78%
B = 44.23%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34DCB (or 0xB34DCB) is known color: Medium Orchid. HEX triplet: B3, 4D and CB. RGB value is (179,77,203). Sum of RGB (Red+Green+Blue) = 179+77+203=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B34DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DCB is #4CB234. Grayscale: #797979. Windows color (decimal): -5026357 or 13323699. OLE color: 13323699.

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

Color convert

RGB 179 77 203 -
CMYK 0.12 0.62 0 0.20
HSL 288.57º 0.55% 0.55% -
HSV(B) 288.57º 0.62% 0.8% -
XYZ 32.02 19.2 58.52 -
YUV 121.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 179 77 203 0.12 0.62 0 0.20 288.57 0.55 0.55
Hex B3 4D CB C 3E 0 14 121 37 37
Octal 263 115 313 14 76 0 24 441 67 67
Binary 10110011 1001101 11001011 1100 111110 0 10100 100100001 110111 110111

Color Harmonies of #B34DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DCB

Black with #B34DCB

Text Example


Text Example

White with #B34DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DCB; }

 p { color: rgb(179,77,203); }

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

background-color css

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

 a { background-color: rgb(179,77,203); }

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

border-color css

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

 span { border-color: rgb(179,77,203); }

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