Html Css Color HEX #B34FCB Medium Orchid

📋 copy color: '#B34FCB'

red 179 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #B34FCB

Tints of Medium Orchid #B34FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

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

R = 38.83%
G = 17.14%
B = 44.03%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B34FCB (or 0xB34FCB) is known color: Medium Orchid. HEX triplet: B3, 4F and CB. RGB value is (179,79,203). Sum of RGB (Red+Green+Blue) = 179+79+203=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B34FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FCB is #4CB034. Grayscale: #7A7A7A. Windows color (decimal): -5025845 or 13324211. OLE color: 13324211.

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

Color convert

RGB 179 79 203 -
CMYK 0.12 0.61 0 0.20
HSL 288.39º 0.54% 0.55% -
HSV(B) 288.39º 0.61% 0.8% -
XYZ 32.17 19.49 58.57 -
YUV 123.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 179 79 203 0.12 0.61 0 0.20 288.39 0.54 0.55
Hex B3 4F CB C 3D 0 14 120 36 37
Octal 263 117 313 14 75 0 24 440 66 67
Binary 10110011 1001111 11001011 1100 111101 0 10100 100100000 110110 110111

Color Harmonies of #B34FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FCB

Black with #B34FCB

Text Example


Text Example

White with #B34FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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