Html Css Color HEX #B446F1 Medium Orchid

📋 copy color: '#B446F1'

red 180 ◦ green 70 ◦ blue 241

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

Shades of Medium Orchid #B446F1

Tints of Medium Orchid #B446F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 36.66%
G = 14.26%
B = 49.08%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B446F1 (or 0xB446F1) is known color: Medium Orchid. HEX triplet: B4, 46 and F1. RGB value is (180,70,241). Sum of RGB (Red+Green+Blue) = 180+70+241=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #B446F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446F1 is #4BB90E. Grayscale: #797979. Windows color (decimal): -4962575 or 15812276. OLE color: 15812276.

HSL color Cylindrical-coordinate representation of color #B446F1: hue angle of 278.6º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B446F1 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 70 241 -
CMYK 0.25 0.71 0 0.05
HSL 278.6º 0.86% 0.61% -
HSV(B) 278.6º 0.71% 0.95% -
XYZ 36.89 20.43 85.22 -
YUV 122.38 194.94 169.1 -
System Red Green Blue C M Y K H S L
Decimal 180 70 241 0.25 0.71 0 0.05 278.6 0.86 0.61
Hex B4 46 F1 19 47 0 5 117 56 3D
Octal 264 106 361 31 107 0 5 427 126 75
Binary 10110100 1000110 11110001 11001 1000111 0 101 100010111 1010110 111101

Color Harmonies of #B446F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446F1

Black with #B446F1

Text Example


Text Example

White with #B446F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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