Html Css Color HEX #B838DC Medium Orchid

📋 copy color: '#B838DC'

red 184 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #B838DC

Tints of Medium Orchid #B838DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.17%

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

R = 40%
G = 12.17%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B838DC (or 0xB838DC) is known color: Medium Orchid. HEX triplet: B8, 38 and DC. RGB value is (184,56,220). Sum of RGB (Red+Green+Blue) = 184+56+220=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B838DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838DC is #47C723. Grayscale: #707070. Windows color (decimal): -4704036 or 14432440. OLE color: 14432440.

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

Color convert

RGB 184 56 220 -
CMYK 0.16 0.75 0 0.14
HSL 286.83º 0.7% 0.54% -
HSV(B) 286.83º 0.75% 0.86% -
XYZ 34.1 18.19 69.42 -
YUV 112.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 184 56 220 0.16 0.75 0 0.14 286.83 0.7 0.54
Hex B8 38 DC 10 4B 0 E 11F 46 36
Octal 270 70 334 20 113 0 16 437 106 66
Binary 10111000 111000 11011100 10000 1001011 0 1110 100011111 1000110 110110

Color Harmonies of #B838DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838DC

Black with #B838DC

Text Example


Text Example

White with #B838DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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