Html Css Color HEX #B34BCB Medium Orchid

📋 copy color: '#B34BCB'

red 179 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #B34BCB

Tints of Medium Orchid #B34BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

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

R = 39.17%
G = 16.41%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34BCB (or 0xB34BCB) is known color: Medium Orchid. HEX triplet: B3, 4B and CB. RGB value is (179,75,203). Sum of RGB (Red+Green+Blue) = 179+75+203=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B34BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BCB is #4CB434. Grayscale: #787878. Windows color (decimal): -5026869 or 13323187. OLE color: 13323187.

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

Color convert

RGB 179 75 203 -
CMYK 0.12 0.63 0 0.20
HSL 288.75º 0.55% 0.55% -
HSV(B) 288.75º 0.63% 0.8% -
XYZ 31.89 18.93 58.47 -
YUV 120.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 179 75 203 0.12 0.63 0 0.20 288.75 0.55 0.55
Hex B3 4B CB C 3F 0 14 121 37 37
Octal 263 113 313 14 77 0 24 441 67 67
Binary 10110011 1001011 11001011 1100 111111 0 10100 100100001 110111 110111

Color Harmonies of #B34BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BCB

Black with #B34BCB

Text Example


Text Example

White with #B34BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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