Html Css Color HEX #B34DDE Medium Orchid

📋 copy color: '#B34DDE'

red 179 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #B34DDE

Tints of Medium Orchid #B34DDE

RGB

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

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

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

R = 37.45%
G = 16.11%
B = 46.44%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34DDE (or 0xB34DDE) is known color: Medium Orchid. HEX triplet: B3, 4D and DE. RGB value is (179,77,222). Sum of RGB (Red+Green+Blue) = 179+77+222=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #B34DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DDE is #4CB221. Grayscale: #7B7B7B. Windows color (decimal): -5026338 or 14568883. OLE color: 14568883.

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

Color convert

RGB 179 77 222 -
CMYK 0.19 0.65 0 0.13
HSL 282.21º 0.69% 0.59% -
HSV(B) 282.21º 0.65% 0.87% -
XYZ 34.43 20.17 71.18 -
YUV 124.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 179 77 222 0.19 0.65 0 0.13 282.21 0.69 0.59
Hex B3 4D DE 13 41 0 D 11A 45 3B
Octal 263 115 336 23 101 0 15 432 105 73
Binary 10110011 1001101 11011110 10011 1000001 0 1101 100011010 1000101 111011

Color Harmonies of #B34DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34DDE

Black with #B34DDE

Text Example


Text Example

White with #B34DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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