Html Css Color HEX #B445F1 Medium Orchid

📋 copy color: '#B445F1'

red 180 ◦ green 69 ◦ blue 241

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

Shades of Medium Orchid #B445F1

Tints of Medium Orchid #B445F1

RGB

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

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

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

R = 36.73%
G = 14.08%
B = 49.18%

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

#B445F1 (or 0xB445F1) is known color: Medium Orchid. HEX triplet: B4, 45 and F1. RGB value is (180,69,241). Sum of RGB (Red+Green+Blue) = 180+69+241=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #B445F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445F1 is #4BBA0E. Grayscale: #797979. Windows color (decimal): -4962831 or 15812020. OLE color: 15812020.

HSL color Cylindrical-coordinate representation of color #B445F1: hue angle of 278.72º 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 #B445F1 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 69 241 -
CMYK 0.25 0.71 0 0.05
HSL 278.72º 0.86% 0.61% -
HSV(B) 278.72º 0.71% 0.95% -
XYZ 36.83 20.31 85.2 -
YUV 121.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 180 69 241 0.25 0.71 0 0.05 278.72 0.86 0.61
Hex B4 45 F1 19 47 0 5 117 56 3D
Octal 264 105 361 31 107 0 5 427 126 75
Binary 10110100 1000101 11110001 11001 1000111 0 101 100010111 1010110 111101

Color Harmonies of #B445F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445F1

Black with #B445F1

Text Example


Text Example

White with #B445F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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