Html Css Color HEX #B34BDD Medium Orchid

📋 copy color: '#B34BDD'

red 179 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #B34BDD

Tints of Medium Orchid #B34BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.79%

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

R = 37.68%
G = 15.79%
B = 46.53%

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

#B34BDD (or 0xB34BDD) is known color: Medium Orchid. HEX triplet: B3, 4B and DD. RGB value is (179,75,221). Sum of RGB (Red+Green+Blue) = 179+75+221=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BDD is #4CB422. Grayscale: #7A7A7A. Windows color (decimal): -5026851 or 14502835. OLE color: 14502835.

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

Color convert

RGB 179 75 221 -
CMYK 0.19 0.66 0 0.13
HSL 282.74º 0.68% 0.58% -
HSV(B) 282.74º 0.66% 0.87% -
XYZ 34.16 19.84 70.44 -
YUV 122.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 179 75 221 0.19 0.66 0 0.13 282.74 0.68 0.58
Hex B3 4B DD 13 42 0 D 11B 44 3A
Octal 263 113 335 23 102 0 15 433 104 72
Binary 10110011 1001011 11011101 10011 1000010 0 1101 100011011 1000100 111010

Color Harmonies of #B34BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BDD

Black with #B34BDD

Text Example


Text Example

White with #B34BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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