Html Css Color HEX #B74BDB Medium Orchid

📋 copy color: '#B74BDB'

red 183 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #B74BDB

Tints of Medium Orchid #B74BDB

RGB

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

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

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

R = 38.36%
G = 15.72%
B = 45.91%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B74BDB (or 0xB74BDB) is known color: Medium Orchid. HEX triplet: B7, 4B and DB. RGB value is (183,75,219). Sum of RGB (Red+Green+Blue) = 183+75+219=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 75 (29.69% from 255 or 15.72% 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 #B74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BDB is #48B424. Grayscale: #7B7B7B. Windows color (decimal): -4764709 or 14371767. OLE color: 14371767.

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

Color convert

RGB 183 75 219 -
CMYK 0.16 0.66 0 0.14
HSL 285º 0.67% 0.58% -
HSV(B) 285º 0.66% 0.86% -
XYZ 34.83 20.21 69.08 -
YUV 123.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 183 75 219 0.16 0.66 0 0.14 285 0.67 0.58
Hex B7 4B DB 10 42 0 E 11D 43 3A
Octal 267 113 333 20 102 0 16 435 103 72
Binary 10110111 1001011 11011011 10000 1000010 0 1110 100011101 1000011 111010

Color Harmonies of #B74BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BDB

Black with #B74BDB

Text Example


Text Example

White with #B74BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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