Html Css Color HEX #B445EF Medium Orchid

📋 copy color: '#B445EF'

red 180 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #B445EF

Tints of Medium Orchid #B445EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 36.89%
G = 14.14%
B = 48.98%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B445EF (or 0xB445EF) is known color: Medium Orchid. HEX triplet: B4, 45 and EF. RGB value is (180,69,239). Sum of RGB (Red+Green+Blue) = 180+69+239=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #B445EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445EF is #4BBA10. Grayscale: #797979. Windows color (decimal): -4962833 or 15680948. OLE color: 15680948.

HSL color Cylindrical-coordinate representation of color #B445EF: hue angle of 279.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B445EF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 69 239 -
CMYK 0.25 0.71 0 0.06
HSL 279.18º 0.84% 0.6% -
HSV(B) 279.18º 0.71% 0.94% -
XYZ 36.53 20.19 83.63 -
YUV 121.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 180 69 239 0.25 0.71 0 0.06 279.18 0.84 0.6
Hex B4 45 EF 19 47 0 6 117 54 3C
Octal 264 105 357 31 107 0 6 427 124 74
Binary 10110100 1000101 11101111 11001 1000111 0 110 100010111 1010100 111100

Color Harmonies of #B445EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445EF

Black with #B445EF

Text Example


Text Example

White with #B445EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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