Html Css Color HEX #B445ED Medium Orchid

📋 copy color: '#B445ED'

red 180 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #B445ED

Tints of Medium Orchid #B445ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.2%

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

R = 37.04%
G = 14.2%
B = 48.77%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B445ED (or 0xB445ED) is known color: Medium Orchid. HEX triplet: B4, 45 and ED. RGB value is (180,69,237). Sum of RGB (Red+Green+Blue) = 180+69+237=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #B445ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445ED is #4BBA12. Grayscale: #787878. Windows color (decimal): -4962835 or 15549876. OLE color: 15549876.

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

Color convert

RGB 180 69 237 -
CMYK 0.24 0.71 0 0.07
HSL 279.64º 0.82% 0.6% -
HSV(B) 279.64º 0.71% 0.93% -
XYZ 36.24 20.07 82.09 -
YUV 121.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 180 69 237 0.24 0.71 0 0.07 279.64 0.82 0.6
Hex B4 45 ED 18 47 0 7 118 52 3C
Octal 264 105 355 30 107 0 7 430 122 74
Binary 10110100 1000101 11101101 11000 1000111 0 111 100011000 1010010 111100

Color Harmonies of #B445ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445ED

Black with #B445ED

Text Example


Text Example

White with #B445ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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