Html Css Color HEX #B833DC Medium Orchid

📋 copy color: '#B833DC'

red 184 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #B833DC

Tints of Medium Orchid #B833DC

RGB

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

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

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

R = 40.44%
G = 11.21%
B = 48.35%

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

#B833DC (or 0xB833DC) is known color: Medium Orchid. HEX triplet: B8, 33 and DC. RGB value is (184,51,220). Sum of RGB (Red+Green+Blue) = 184+51+220=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #B833DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833DC is #47CC23. Grayscale: #6D6D6D. Windows color (decimal): -4705316 or 14431160. OLE color: 14431160.

HSL color Cylindrical-coordinate representation of color #B833DC: hue angle of 287.22º 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 #B833DC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 51 220 -
CMYK 0.16 0.77 0 0.14
HSL 287.22º 0.71% 0.53% -
HSV(B) 287.22º 0.77% 0.86% -
XYZ 33.87 17.73 69.35 -
YUV 110.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 184 51 220 0.16 0.77 0 0.14 287.22 0.71 0.53
Hex B8 33 DC 10 4D 0 E 11F 47 35
Octal 270 63 334 20 115 0 16 437 107 65
Binary 10111000 110011 11011100 10000 1001101 0 1110 100011111 1000111 110101

Color Harmonies of #B833DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B833DC

Black with #B833DC

Text Example


Text Example

White with #B833DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B833DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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