Html Css Color HEX #B74FDB Medium Orchid

📋 copy color: '#B74FDB'

red 183 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #B74FDB

Tints of Medium Orchid #B74FDB

RGB

 RED value IS 183 (71.88% from 255) = 38.05%

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

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

R = 38.05%
G = 16.42%
B = 45.53%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B74FDB (or 0xB74FDB) is known color: Medium Orchid. HEX triplet: B7, 4F and DB. RGB value is (183,79,219). Sum of RGB (Red+Green+Blue) = 183+79+219=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B74FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FDB is #48B024. Grayscale: #7D7D7D. Windows color (decimal): -4763685 or 14372791. OLE color: 14372791.

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

Color convert

RGB 183 79 219 -
CMYK 0.16 0.64 0 0.14
HSL 284.57º 0.66% 0.58% -
HSV(B) 284.57º 0.64% 0.86% -
XYZ 35.11 20.77 69.18 -
YUV 126.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 183 79 219 0.16 0.64 0 0.14 284.57 0.66 0.58
Hex B7 4F DB 10 40 0 E 11D 42 3A
Octal 267 117 333 20 100 0 16 435 102 72
Binary 10110111 1001111 11011011 10000 1000000 0 1110 100011101 1000010 111010

Color Harmonies of #B74FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FDB

Black with #B74FDB

Text Example


Text Example

White with #B74FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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