Html Css Color HEX #B448E2 Medium Orchid

📋 copy color: '#B448E2'

red 180 ◦ green 72 ◦ blue 226

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

Shades of Medium Orchid #B448E2

Tints of Medium Orchid #B448E2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.06%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 37.66%
G = 15.06%
B = 47.28%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B448E2 (or 0xB448E2) is known color: Medium Orchid. HEX triplet: B4, 48 and E2. RGB value is (180,72,226). Sum of RGB (Red+Green+Blue) = 180+72+226=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #B448E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448E2 is #4BB71D. Grayscale: #797979. Windows color (decimal): -4962078 or 14829748. OLE color: 14829748.

HSL color Cylindrical-coordinate representation of color #B448E2: hue angle of 282.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B448E2 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 72 226 -
CMYK 0.20 0.68 0 0.11
HSL 282.08º 0.73% 0.58% -
HSV(B) 282.08º 0.68% 0.89% -
XYZ 34.87 19.83 73.94 -
YUV 121.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 180 72 226 0.20 0.68 0 0.11 282.08 0.73 0.58
Hex B4 48 E2 14 44 0 B 11A 49 3A
Octal 264 110 342 24 104 0 13 432 111 72
Binary 10110100 1001000 11100010 10100 1000100 0 1011 100011010 1001001 111010

Color Harmonies of #B448E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448E2

Black with #B448E2

Text Example


Text Example

White with #B448E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448E2; }

 p { color: rgb(180,72,226); }

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

background-color css

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

 a { background-color: rgb(180,72,226); }

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

border-color css

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

 span { border-color: rgb(180,72,226); }

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