Html Css Color HEX #B446ED Medium Orchid

📋 copy color: '#B446ED'

red 180 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #B446ED

Tints of Medium Orchid #B446ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.37%

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

R = 36.96%
G = 14.37%
B = 48.67%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B446ED (or 0xB446ED) is known color: Medium Orchid. HEX triplet: B4, 46 and ED. RGB value is (180,70,237). Sum of RGB (Red+Green+Blue) = 180+70+237=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B446ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446ED is #4BB912. Grayscale: #797979. Windows color (decimal): -4962579 or 15550132. OLE color: 15550132.

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

Color convert

RGB 180 70 237 -
CMYK 0.24 0.70 0 0.07
HSL 279.52º 0.82% 0.6% -
HSV(B) 279.52º 0.7% 0.93% -
XYZ 36.3 20.2 82.11 -
YUV 121.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 180 70 237 0.24 0.70 0 0.07 279.52 0.82 0.6
Hex B4 46 ED 18 46 0 7 118 52 3C
Octal 264 106 355 30 106 0 7 430 122 74
Binary 10110100 1000110 11101101 11000 1000110 0 111 100011000 1010010 111100

Color Harmonies of #B446ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446ED

Black with #B446ED

Text Example


Text Example

White with #B446ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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