Html Css Color HEX #B437DA Medium Orchid

📋 copy color: '#B437DA'

red 180 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #B437DA

Tints of Medium Orchid #B437DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.14%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 39.74%
G = 12.14%
B = 48.12%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B437DA (or 0xB437DA) is known color: Medium Orchid. HEX triplet: B4, 37 and DA. RGB value is (180,55,218). Sum of RGB (Red+Green+Blue) = 180+55+218=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #B437DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B437DA is #4BC825. Grayscale: #6E6E6E. Windows color (decimal): -4966438 or 14301108. OLE color: 14301108.

HSL color Cylindrical-coordinate representation of color #B437DA: hue angle of 286.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B437DA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 55 218 -
CMYK 0.17 0.75 0 0.15
HSL 286.01º 0.69% 0.54% -
HSV(B) 286.01º 0.75% 0.85% -
XYZ 32.84 17.5 67.98 -
YUV 110.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 180 55 218 0.17 0.75 0 0.15 286.01 0.69 0.54
Hex B4 37 DA 11 4B 0 F 11E 45 36
Octal 264 67 332 21 113 0 17 436 105 66
Binary 10110100 110111 11011010 10001 1001011 0 1111 100011110 1000101 110110

Color Harmonies of #B437DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437DA

Black with #B437DA

Text Example


Text Example

White with #B437DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437DA; }

 p { color: rgb(180,55,218); }

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

background-color css

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

 a { background-color: rgb(180,55,218); }

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

border-color css

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

 span { border-color: rgb(180,55,218); }

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