Html Css Color HEX #B34CDE Medium Orchid

📋 copy color: '#B34CDE'

red 179 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #B34CDE

Tints of Medium Orchid #B34CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 37.53%
G = 15.93%
B = 46.54%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34CDE (or 0xB34CDE) is known color: Medium Orchid. HEX triplet: B3, 4C and DE. RGB value is (179,76,222). Sum of RGB (Red+Green+Blue) = 179+76+222=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #B34CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CDE is #4CB321. Grayscale: #7A7A7A. Windows color (decimal): -5026594 or 14568627. OLE color: 14568627.

HSL color Cylindrical-coordinate representation of color #B34CDE: hue angle of 282.33º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34CDE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 76 222 -
CMYK 0.19 0.66 0 0.13
HSL 282.33º 0.69% 0.58% -
HSV(B) 282.33º 0.66% 0.87% -
XYZ 34.36 20.03 71.16 -
YUV 123.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 179 76 222 0.19 0.66 0 0.13 282.33 0.69 0.58
Hex B3 4C DE 13 42 0 D 11A 45 3A
Octal 263 114 336 23 102 0 15 432 105 72
Binary 10110011 1001100 11011110 10011 1000010 0 1101 100011010 1000101 111010

Color Harmonies of #B34CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CDE

Black with #B34CDE

Text Example


Text Example

White with #B34CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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