Html Css Color HEX #B45DED Medium Orchid

📋 copy color: '#B45DED'

red 180 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #B45DED

Tints of Medium Orchid #B45DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 35.29%
G = 18.24%
B = 46.47%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B45DED (or 0xB45DED) is known color: Medium Orchid. HEX triplet: B4, 5D and ED. RGB value is (180,93,237). Sum of RGB (Red+Green+Blue) = 180+93+237=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B45DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DED is #4BA212. Grayscale: #868686. Windows color (decimal): -4956691 or 15556020. OLE color: 15556020.

HSL color Cylindrical-coordinate representation of color #B45DED: hue angle of 276.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45DED is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 93 237 -
CMYK 0.24 0.61 0 0.07
HSL 276.25º 0.8% 0.65% -
HSV(B) 276.25º 0.61% 0.93% -
XYZ 38.02 23.65 82.68 -
YUV 135.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 180 93 237 0.24 0.61 0 0.07 276.25 0.8 0.65
Hex B4 5D ED 18 3D 0 7 114 50 41
Octal 264 135 355 30 75 0 7 424 120 101
Binary 10110100 1011101 11101101 11000 111101 0 111 100010100 1010000 1000001

Color Harmonies of #B45DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DED

Black with #B45DED

Text Example


Text Example

White with #B45DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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