Html Css Color HEX #B45CDA Medium Orchid

📋 copy color: '#B45CDA'

red 180 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #B45CDA

Tints of Medium Orchid #B45CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.78%

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

R = 36.73%
G = 18.78%
B = 44.49%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B45CDA (or 0xB45CDA) is known color: Medium Orchid. HEX triplet: B4, 5C and DA. RGB value is (180,92,218). Sum of RGB (Red+Green+Blue) = 180+92+218=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B45CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDA is #4BA325. Grayscale: #848484. Windows color (decimal): -4956966 or 14310580. OLE color: 14310580.

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

Color convert

RGB 180 92 218 -
CMYK 0.17 0.58 0 0.15
HSL 281.9º 0.63% 0.61% -
HSV(B) 281.9º 0.58% 0.85% -
XYZ 35.3 22.42 68.8 -
YUV 132.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 180 92 218 0.17 0.58 0 0.15 281.9 0.63 0.61
Hex B4 5C DA 11 3A 0 F 11A 3F 3D
Octal 264 134 332 21 72 0 17 432 77 75
Binary 10110100 1011100 11011010 10001 111010 0 1111 100011010 111111 111101

Color Harmonies of #B45CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CDA

Black with #B45CDA

Text Example


Text Example

White with #B45CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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