Html Css Color HEX #B34EDD Medium Orchid

📋 copy color: '#B34EDD'

red 179 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #B34EDD

Tints of Medium Orchid #B34EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 37.45%
G = 16.32%
B = 46.23%

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

#B34EDD (or 0xB34EDD) is known color: Medium Orchid. HEX triplet: B3, 4E and DD. RGB value is (179,78,221). Sum of RGB (Red+Green+Blue) = 179+78+221=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EDD is #4CB122. Grayscale: #7C7C7C. Windows color (decimal): -5026083 or 14503603. OLE color: 14503603.

HSL color Cylindrical-coordinate representation of color #B34EDD: hue angle of 282.38º degrees, saturation: 0.68, 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 #B34EDD is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 78 221 -
CMYK 0.19 0.65 0 0.13
HSL 282.38º 0.68% 0.59% -
HSV(B) 282.38º 0.65% 0.87% -
XYZ 34.37 20.25 70.5 -
YUV 124.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 179 78 221 0.19 0.65 0 0.13 282.38 0.68 0.59
Hex B3 4E DD 13 41 0 D 11A 44 3B
Octal 263 116 335 23 101 0 15 432 104 73
Binary 10110011 1001110 11011101 10011 1000001 0 1101 100011010 1000100 111011

Color Harmonies of #B34EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34EDD

Black with #B34EDD

Text Example


Text Example

White with #B34EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34EDD; }

 p { color: rgb(179,78,221); }

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

background-color css

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

 a { background-color: rgb(179,78,221); }

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

border-color css

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

 span { border-color: rgb(179,78,221); }

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