Html Css Color HEX #B445DE Medium Orchid

📋 copy color: '#B445DE'

red 180 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #B445DE

Tints of Medium Orchid #B445DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 38.22%
G = 14.65%
B = 47.13%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B445DE (or 0xB445DE) is known color: Medium Orchid. HEX triplet: B4, 45 and DE. RGB value is (180,69,222). Sum of RGB (Red+Green+Blue) = 180+69+222=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #B445DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445DE is #4BBA21. Grayscale: #777777. Windows color (decimal): -4962850 or 14566836. OLE color: 14566836.

HSL color Cylindrical-coordinate representation of color #B445DE: hue angle of 283.53º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B445DE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 69 222 -
CMYK 0.19 0.69 0 0.13
HSL 283.53º 0.7% 0.57% -
HSV(B) 283.53º 0.69% 0.87% -
XYZ 34.14 19.23 71.02 -
YUV 119.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 180 69 222 0.19 0.69 0 0.13 283.53 0.7 0.57
Hex B4 45 DE 13 45 0 D 11C 46 39
Octal 264 105 336 23 105 0 15 434 106 71
Binary 10110100 1000101 11011110 10011 1000101 0 1101 100011100 1000110 111001

Color Harmonies of #B445DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445DE

Black with #B445DE

Text Example


Text Example

White with #B445DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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