Html Css Color HEX #B444FE Medium Orchid

📋 copy color: '#B444FE'

red 180 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #B444FE

Tints of Medium Orchid #B444FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.55%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 35.86%
G = 13.55%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B444FE (or 0xB444FE) is known color: Medium Orchid. HEX triplet: B4, 44 and FE. RGB value is (180,68,254). Sum of RGB (Red+Green+Blue) = 180+68+254=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B444FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FE is #4BBB01. Grayscale: #7A7A7A. Windows color (decimal): -4963074 or 16663732. OLE color: 16663732.

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

Color convert

RGB 180 68 254 -
CMYK 0.29 0.73 0 0.00
HSL 276.13º 0.99% 0.63% -
HSV(B) 276.13º 0.73% 1% -
XYZ 38.78 20.99 95.77 -
YUV 122.69 202.11 168.88 -
System Red Green Blue C M Y K H S L
Decimal 180 68 254 0.29 0.73 0 0.00 276.13 0.99 0.63
Hex B4 44 FE 1D 49 0 0 114 63 3F
Octal 264 104 376 35 111 0 0 424 143 77
Binary 10110100 1000100 11111110 11101 1001001 0 0 100010100 1100011 111111

Color Harmonies of #B444FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444FE

Black with #B444FE

Text Example


Text Example

White with #B444FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444FE; }

 p { color: rgb(180,68,254); }

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

background-color css

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

 a { background-color: rgb(180,68,254); }

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

border-color css

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

 span { border-color: rgb(180,68,254); }

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