Html Css Color HEX #B84CDD Medium Orchid

📋 copy color: '#B84CDD'

red 184 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #B84CDD

Tints of Medium Orchid #B84CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 38.25%
G = 15.8%
B = 45.95%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B84CDD (or 0xB84CDD) is known color: Medium Orchid. HEX triplet: B8, 4C and DD. RGB value is (184,76,221). Sum of RGB (Red+Green+Blue) = 184+76+221=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B84CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CDD is #47B322. Grayscale: #7C7C7C. Windows color (decimal): -4698915 or 14503096. OLE color: 14503096.

HSL color Cylindrical-coordinate representation of color #B84CDD: hue angle of 284.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84CDD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 76 221 -
CMYK 0.17 0.66 0 0.13
HSL 284.69º 0.68% 0.58% -
HSV(B) 284.69º 0.66% 0.87% -
XYZ 35.4 20.58 70.51 -
YUV 124.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 184 76 221 0.17 0.66 0 0.13 284.69 0.68 0.58
Hex B8 4C DD 11 42 0 D 11D 44 3A
Octal 270 114 335 21 102 0 15 435 104 72
Binary 10111000 1001100 11011101 10001 1000010 0 1101 100011101 1000100 111010

Color Harmonies of #B84CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CDD

Black with #B84CDD

Text Example


Text Example

White with #B84CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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