Html Css Color HEX #B34BDA Medium Orchid

📋 copy color: '#B34BDA'

red 179 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #B34BDA

Tints of Medium Orchid #B34BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 37.92%
G = 15.89%
B = 46.19%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B34BDA (or 0xB34BDA) is known color: Medium Orchid. HEX triplet: B3, 4B and DA. RGB value is (179,75,218). Sum of RGB (Red+Green+Blue) = 179+75+218=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #B34BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BDA is #4CB425. Grayscale: #797979. Windows color (decimal): -5026854 or 14306227. OLE color: 14306227.

HSL color Cylindrical-coordinate representation of color #B34BDA: hue angle of 283.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34BDA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 75 218 -
CMYK 0.18 0.66 0 0.15
HSL 283.64º 0.66% 0.57% -
HSV(B) 283.64º 0.66% 0.85% -
XYZ 33.76 19.68 68.35 -
YUV 122.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 179 75 218 0.18 0.66 0 0.15 283.64 0.66 0.57
Hex B3 4B DA 12 42 0 F 11C 42 39
Octal 263 113 332 22 102 0 17 434 102 71
Binary 10110011 1001011 11011010 10010 1000010 0 1111 100011100 1000010 111001

Color Harmonies of #B34BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BDA

Black with #B34BDA

Text Example


Text Example

White with #B34BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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