Html Css Color HEX #B445EE Medium Orchid

📋 copy color: '#B445EE'

red 180 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #B445EE

Tints of Medium Orchid #B445EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 36.96%
G = 14.17%
B = 48.87%

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

#B445EE (or 0xB445EE) is known color: Medium Orchid. HEX triplet: B4, 45 and EE. RGB value is (180,69,238). Sum of RGB (Red+Green+Blue) = 180+69+238=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B445EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445EE is #4BBA11. Grayscale: #787878. Windows color (decimal): -4962834 or 15615412. OLE color: 15615412.

HSL color Cylindrical-coordinate representation of color #B445EE: hue angle of 279.41º degrees, saturation: 0.83, 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 #B445EE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 69 238 -
CMYK 0.24 0.71 0 0.07
HSL 279.41º 0.83% 0.6% -
HSV(B) 279.41º 0.71% 0.93% -
XYZ 36.38 20.13 82.86 -
YUV 121.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 180 69 238 0.24 0.71 0 0.07 279.41 0.83 0.6
Hex B4 45 EE 18 47 0 7 117 53 3C
Octal 264 105 356 30 107 0 7 427 123 74
Binary 10110100 1000101 11101110 11000 1000111 0 111 100010111 1010011 111100

Color Harmonies of #B445EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445EE

Black with #B445EE

Text Example


Text Example

White with #B445EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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