Html Css Color HEX #B34CCB Medium Orchid

📋 copy color: '#B34CCB'

red 179 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #B34CCB

Tints of Medium Orchid #B34CCB

RGB

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

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

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

R = 39.08%
G = 16.59%
B = 44.32%

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

#B34CCB (or 0xB34CCB) is known color: Medium Orchid. HEX triplet: B3, 4C and CB. RGB value is (179,76,203). Sum of RGB (Red+Green+Blue) = 179+76+203=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #B34CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CCB is #4CB334. Grayscale: #787878. Windows color (decimal): -5026613 or 13323443. OLE color: 13323443.

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

Color convert

RGB 179 76 203 -
CMYK 0.12 0.63 0 0.20
HSL 288.66º 0.55% 0.55% -
HSV(B) 288.66º 0.63% 0.8% -
XYZ 31.95 19.06 58.5 -
YUV 121.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 179 76 203 0.12 0.63 0 0.20 288.66 0.55 0.55
Hex B3 4C CB C 3F 0 14 121 37 37
Octal 263 114 313 14 77 0 24 441 67 67
Binary 10110011 1001100 11001011 1100 111111 0 10100 100100001 110111 110111

Color Harmonies of #B34CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CCB

Black with #B34CCB

Text Example


Text Example

White with #B34CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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