Html Css Color HEX #B45DDA Medium Orchid

📋 copy color: '#B45DDA'

red 180 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #B45DDA

Tints of Medium Orchid #B45DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

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

R = 36.66%
G = 18.94%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B45DDA (or 0xB45DDA) is known color: Medium Orchid. HEX triplet: B4, 5D and DA. RGB value is (180,93,218). Sum of RGB (Red+Green+Blue) = 180+93+218=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B45DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DDA is #4BA225. Grayscale: #848484. Windows color (decimal): -4956710 or 14310836. OLE color: 14310836.

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

Color convert

RGB 180 93 218 -
CMYK 0.17 0.57 0 0.15
HSL 281.76º 0.63% 0.61% -
HSV(B) 281.76º 0.57% 0.85% -
XYZ 35.39 22.59 68.83 -
YUV 133.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 180 93 218 0.17 0.57 0 0.15 281.76 0.63 0.61
Hex B4 5D DA 11 39 0 F 11A 3F 3D
Octal 264 135 332 21 71 0 17 432 77 75
Binary 10110100 1011101 11011010 10001 111001 0 1111 100011010 111111 111101

Color Harmonies of #B45DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DDA

Black with #B45DDA

Text Example


Text Example

White with #B45DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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