Html Css Color HEX #B833DD Medium Orchid

📋 copy color: '#B833DD'

red 184 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #B833DD

Tints of Medium Orchid #B833DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

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

R = 40.35%
G = 11.18%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B833DD (or 0xB833DD) is known color: Medium Orchid. HEX triplet: B8, 33 and DD. RGB value is (184,51,221). Sum of RGB (Red+Green+Blue) = 184+51+221=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B833DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833DD is #47CC22. Grayscale: #6D6D6D. Windows color (decimal): -4705315 or 14496696. OLE color: 14496696.

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

Color convert

RGB 184 51 221 -
CMYK 0.17 0.77 0 0.13
HSL 286.94º 0.71% 0.53% -
HSV(B) 286.94º 0.77% 0.87% -
XYZ 34 17.78 70.05 -
YUV 110.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 184 51 221 0.17 0.77 0 0.13 286.94 0.71 0.53
Hex B8 33 DD 11 4D 0 D 11F 47 35
Octal 270 63 335 21 115 0 15 437 107 65
Binary 10111000 110011 11011101 10001 1001101 0 1101 100011111 1000111 110101

Color Harmonies of #B833DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B833DD

Black with #B833DD

Text Example


Text Example

White with #B833DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B833DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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