Html Css Color HEX #B441FF Medium Orchid

📋 copy color: '#B441FF'

red 180 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #B441FF

Tints of Medium Orchid #B441FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13%

 BLUE value IS 255 (100% from 255) = 51%

R = 36%
G = 13%
B = 51%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B441FF (or 0xB441FF) is known color: Medium Orchid. HEX triplet: B4, 41 and FF. RGB value is (180,65,255). Sum of RGB (Red+Green+Blue) = 180+65+255=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B441FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FF is #4BBE00. Grayscale: #787878. Windows color (decimal): -4963841 or 16728500. OLE color: 16728500.

HSL color Cylindrical-coordinate representation of color #B441FF: hue angle of 276.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B441FF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 65 255 -
CMYK 0.29 0.75 0 0
HSL 276.32º 1% 0.63% -
HSV(B) 276.32º 0.75% 1% -
XYZ 38.76 20.7 96.56 -
YUV 121.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 180 65 255 0.29 0.75 0 0 276.32 1 0.63
Hex B4 41 FF 1D 4B 0 0 114 64 3F
Octal 264 101 377 35 113 0 0 424 144 77
Binary 10110100 1000001 11111111 11101 1001011 0 0 100010100 1100100 111111

Color Harmonies of #B441FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441FF

Black with #B441FF

Text Example


Text Example

White with #B441FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441FF; }

 p { color: rgb(180,65,255); }

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

background-color css

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

 a { background-color: rgb(180,65,255); }

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

border-color css

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

 span { border-color: rgb(180,65,255); }

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