Html Css Color HEX #B438DD Medium Orchid

📋 copy color: '#B438DD'

red 180 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #B438DD

Tints of Medium Orchid #B438DD

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

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

R = 39.39%
G = 12.25%
B = 48.36%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B438DD (or 0xB438DD) is known color: Medium Orchid. HEX triplet: B4, 38 and DD. RGB value is (180,56,221). Sum of RGB (Red+Green+Blue) = 180+56+221=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B438DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438DD is #4BC722. Grayscale: #6F6F6F. Windows color (decimal): -4966179 or 14497972. OLE color: 14497972.

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

Color convert

RGB 180 56 221 -
CMYK 0.19 0.75 0 0.13
HSL 285.09º 0.71% 0.54% -
HSV(B) 285.09º 0.75% 0.87% -
XYZ 33.29 17.75 70.08 -
YUV 111.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 180 56 221 0.19 0.75 0 0.13 285.09 0.71 0.54
Hex B4 38 DD 13 4B 0 D 11D 47 36
Octal 264 70 335 23 113 0 15 435 107 66
Binary 10110100 111000 11011101 10011 1001011 0 1101 100011101 1000111 110110

Color Harmonies of #B438DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438DD

Black with #B438DD

Text Example


Text Example

White with #B438DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438DD; }

 p { color: rgb(180,56,221); }

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

background-color css

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

 a { background-color: rgb(180,56,221); }

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

border-color css

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

 span { border-color: rgb(180,56,221); }

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