Html Css Color HEX #B84CDB Medium Orchid

📋 copy color: '#B84CDB'

red 184 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #B84CDB

Tints of Medium Orchid #B84CDB

RGB

 RED value IS 184 (72.27% from 255) = 38.41%

 GREEN value IS 76 (30.08% from 255) = 15.87%

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

R = 38.41%
G = 15.87%
B = 45.72%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B84CDB (or 0xB84CDB) is known color: Medium Orchid. HEX triplet: B8, 4C and DB. RGB value is (184,76,219). Sum of RGB (Red+Green+Blue) = 184+76+219=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B84CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CDB is #47B324. Grayscale: #7C7C7C. Windows color (decimal): -4698917 or 14372024. OLE color: 14372024.

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

Color convert

RGB 184 76 219 -
CMYK 0.16 0.65 0 0.14
HSL 285.31º 0.67% 0.58% -
HSV(B) 285.31º 0.65% 0.86% -
XYZ 35.14 20.47 69.12 -
YUV 124.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 184 76 219 0.16 0.65 0 0.14 285.31 0.67 0.58
Hex B8 4C DB 10 41 0 E 11D 43 3A
Octal 270 114 333 20 101 0 16 435 103 72
Binary 10111000 1001100 11011011 10000 1000001 0 1110 100011101 1000011 111010

Color Harmonies of #B84CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CDB

Black with #B84CDB

Text Example


Text Example

White with #B84CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CDB; }

 p { color: rgb(184,76,219); }

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

background-color css

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

 a { background-color: rgb(184,76,219); }

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

border-color css

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

 span { border-color: rgb(184,76,219); }

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