Html Css Color HEX #B04FDB Medium Orchid

📋 copy color: '#B04FDB'

red 176 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #B04FDB

Tints of Medium Orchid #B04FDB

RGB

 RED value IS 176 (69.14% from 255) = 37.13%

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

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

R = 37.13%
G = 16.67%
B = 46.2%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B04FDB (or 0xB04FDB) is known color: Medium Orchid. HEX triplet: B0, 4F and DB. RGB value is (176,79,219). Sum of RGB (Red+Green+Blue) = 176+79+219=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B04FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FDB is #4FB024. Grayscale: #7B7B7B. Windows color (decimal): -5222437 or 14372784. OLE color: 14372784.

HSL color Cylindrical-coordinate representation of color #B04FDB: hue angle of 281.57º 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 #B04FDB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 79 219 -
CMYK 0.20 0.64 0 0.14
HSL 281.57º 0.66% 0.58% -
HSV(B) 281.57º 0.64% 0.86% -
XYZ 33.49 19.94 69.1 -
YUV 123.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 176 79 219 0.20 0.64 0 0.14 281.57 0.66 0.58
Hex B0 4F DB 14 40 0 E 11A 42 3A
Octal 260 117 333 24 100 0 16 432 102 72
Binary 10110000 1001111 11011011 10100 1000000 0 1110 100011010 1000010 111010

Color Harmonies of #B04FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04FDB

Black with #B04FDB

Text Example


Text Example

White with #B04FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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