Html Css Color HEX #B34FDB Medium Orchid

📋 copy color: '#B34FDB'

red 179 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #B34FDB

Tints of Medium Orchid #B34FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 37.53%
G = 16.56%
B = 45.91%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B34FDB (or 0xB34FDB) is known color: Medium Orchid. HEX triplet: B3, 4F and DB. RGB value is (179,79,219). Sum of RGB (Red+Green+Blue) = 179+79+219=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B34FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FDB is #4CB024. Grayscale: #7C7C7C. Windows color (decimal): -5025829 or 14372787. OLE color: 14372787.

HSL color Cylindrical-coordinate representation of color #B34FDB: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34FDB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 79 219 -
CMYK 0.18 0.64 0 0.14
HSL 282.86º 0.66% 0.58% -
HSV(B) 282.86º 0.64% 0.86% -
XYZ 34.17 20.29 69.13 -
YUV 124.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 179 79 219 0.18 0.64 0 0.14 282.86 0.66 0.58
Hex B3 4F DB 12 40 0 E 11B 42 3A
Octal 263 117 333 22 100 0 16 433 102 72
Binary 10110011 1001111 11011011 10010 1000000 0 1110 100011011 1000010 111010

Color Harmonies of #B34FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FDB

Black with #B34FDB

Text Example


Text Example

White with #B34FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FDB; }

 p { color: rgb(179,79,219); }

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

background-color css

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

 a { background-color: rgb(179,79,219); }

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

border-color css

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

 span { border-color: rgb(179,79,219); }

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