Html Css Color HEX #B832DC Medium Orchid

📋 copy color: '#B832DC'

red 184 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #B832DC

Tints of Medium Orchid #B832DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.01%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 40.53%
G = 11.01%
B = 48.46%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B832DC (or 0xB832DC) is known color: Medium Orchid. HEX triplet: B8, 32 and DC. RGB value is (184,50,220). Sum of RGB (Red+Green+Blue) = 184+50+220=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B832DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832DC is #47CD23. Grayscale: #6C6C6C. Windows color (decimal): -4705572 or 14430904. OLE color: 14430904.

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

Color convert

RGB 184 50 220 -
CMYK 0.16 0.77 0 0.14
HSL 287.29º 0.71% 0.53% -
HSV(B) 287.29º 0.77% 0.86% -
XYZ 33.83 17.64 69.33 -
YUV 109.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 184 50 220 0.16 0.77 0 0.14 287.29 0.71 0.53
Hex B8 32 DC 10 4D 0 E 11F 47 35
Octal 270 62 334 20 115 0 16 437 107 65
Binary 10111000 110010 11011100 10000 1001101 0 1110 100011111 1000111 110101

Color Harmonies of #B832DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832DC

Black with #B832DC

Text Example


Text Example

White with #B832DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832DC; }

 p { color: rgb(184,50,220); }

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

background-color css

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

 a { background-color: rgb(184,50,220); }

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

border-color css

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

 span { border-color: rgb(184,50,220); }

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